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. GoogleCloudApigeeV1LlmOperationGroup? llmOperationGroup,
  12. String? llmQuota,
  13. String? llmQuotaInterval,
  14. String? llmQuotaTimeUnit,
  15. String? name,
  16. GoogleCloudApigeeV1OperationGroup? operationGroup,
  17. List<String>? proxies,
  18. String? quota,
  19. String? quotaCounterScope,
  20. String? quotaInterval,
  21. String? quotaTimeUnit,
  22. List<String>? scopes,
  23. String? space,
})

Implementation

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