GoogleCloudApigeeV1PayloadOperationConfig constructor

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

Implementation

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