GoogleCloudApigeeV1ApiProduct constructor

GoogleCloudApigeeV1ApiProduct({
  1. List<String>? apiResources,
  2. String? approvalType,
  3. List<GoogleCloudApigeeV1Attribute>? attributes,
  4. String? createdAt,
  5. String? description,
  6. String? displayName,
  7. List<String>? environments,
  8. GoogleCloudApigeeV1GraphQLOperationGroup? graphqlOperationGroup,
  9. GoogleCloudApigeeV1GrpcOperationGroup? grpcOperationGroup,
  10. String? lastModifiedAt,
  11. String? name,
  12. GoogleCloudApigeeV1OperationGroup? operationGroup,
  13. List<String>? proxies,
  14. String? quota,
  15. String? quotaCounterScope,
  16. String? quotaInterval,
  17. String? quotaTimeUnit,
  18. List<String>? scopes,
})

Implementation

GoogleCloudApigeeV1ApiProduct({
  this.apiResources,
  this.approvalType,
  this.attributes,
  this.createdAt,
  this.description,
  this.displayName,
  this.environments,
  this.graphqlOperationGroup,
  this.grpcOperationGroup,
  this.lastModifiedAt,
  this.name,
  this.operationGroup,
  this.proxies,
  this.quota,
  this.quotaCounterScope,
  this.quotaInterval,
  this.quotaTimeUnit,
  this.scopes,
});