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. GoogleCloudApigeeV1PayloadOperationGroup? payloadOperationGroup,
  18. List<String>? proxies,
  19. String? quota,
  20. String? quotaCounterScope,
  21. String? quotaInterval,
  22. String? quotaTimeUnit,
  23. List<String>? scopes,
  24. 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.payloadOperationGroup,
  this.proxies,
  this.quota,
  this.quotaCounterScope,
  this.quotaInterval,
  this.quotaTimeUnit,
  this.scopes,
  this.space,
});