GoogleCloudChannelV1CommitmentSettings constructor

GoogleCloudChannelV1CommitmentSettings({
  1. String? endTime,
  2. GoogleCloudChannelV1RenewalSettings? renewalSettings,
  3. String? startTime,
})

Implementation

GoogleCloudChannelV1CommitmentSettings({
  this.endTime,
  this.renewalSettings,
  this.startTime,
});