GoogleCloudApigeeV1OperationGroup constructor

GoogleCloudApigeeV1OperationGroup({
  1. String? operationConfigType,
  2. List<GoogleCloudApigeeV1OperationConfig>? operationConfigs,
})

Implementation

GoogleCloudApigeeV1OperationGroup({
  this.operationConfigType,
  this.operationConfigs,
});