GoogleCloudApigeeV1GraphQLOperationConfig constructor

GoogleCloudApigeeV1GraphQLOperationConfig({
  1. String? apiSource,
  2. List<GoogleCloudApigeeV1Attribute>? attributes,
  3. List<GoogleCloudApigeeV1GraphQLOperation>? operations,
  4. GoogleCloudApigeeV1Quota? quota,
})

Implementation

GoogleCloudApigeeV1GraphQLOperationConfig({
  this.apiSource,
  this.attributes,
  this.operations,
  this.quota,
});