GoogleCloudChannelV1TrialSettings constructor

GoogleCloudChannelV1TrialSettings({
  1. String? endTime,
  2. bool? trial,
})

Implementation

GoogleCloudChannelV1TrialSettings({
  this.endTime,
  this.trial,
});