GoogleCloudApigeeV1GraphQLOperationGroup constructor

GoogleCloudApigeeV1GraphQLOperationGroup({
  1. String? operationConfigType,
  2. List<GoogleCloudApigeeV1GraphQLOperationConfig>? operationConfigs,
})

Implementation

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