GoogleCloudChannelV1ChangeParametersRequest constructor

GoogleCloudChannelV1ChangeParametersRequest({
  1. List<GoogleCloudChannelV1Parameter>? parameters,
  2. String? purchaseOrderId,
  3. String? requestId,
})

Implementation

GoogleCloudChannelV1ChangeParametersRequest({
  this.parameters,
  this.purchaseOrderId,
  this.requestId,
});