GoogleCloudApigeeV1GraphQLOperationConfig constructor
GoogleCloudApigeeV1GraphQLOperationConfig({
- String? apiSource,
- List<
GoogleCloudApigeeV1Attribute> ? attributes, - List<
GoogleCloudApigeeV1GraphQLOperation> ? operations, - GoogleCloudApigeeV1Quota? quota,
Implementation
GoogleCloudApigeeV1GraphQLOperationConfig({
this.apiSource,
this.attributes,
this.operations,
this.quota,
});