GoogleCloudApigeeV1ApiProduct constructor
GoogleCloudApigeeV1ApiProduct({
- List<
String> ? apiResources, - String? approvalType,
- List<
GoogleCloudApigeeV1Attribute> ? attributes, - String? createdAt,
- String? description,
- String? displayName,
- List<
String> ? environments, - GoogleCloudApigeeV1GraphQLOperationGroup? graphqlOperationGroup,
- GoogleCloudApigeeV1GrpcOperationGroup? grpcOperationGroup,
- String? lastModifiedAt,
- String? name,
- GoogleCloudApigeeV1OperationGroup? operationGroup,
- List<
String> ? proxies, - String? quota,
- String? quotaCounterScope,
- String? quotaInterval,
- String? quotaTimeUnit,
- 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,
});