GoogleCloudChannelV1UnregisterSubscriberRequest constructor

GoogleCloudChannelV1UnregisterSubscriberRequest({
  1. String? account,
  2. String? integrator,
  3. String? serviceAccount,
})

Implementation

GoogleCloudChannelV1UnregisterSubscriberRequest({
  this.account,
  this.integrator,
  this.serviceAccount,
});