GoogleCloudChannelV1CommitmentSettings constructor
GoogleCloudChannelV1CommitmentSettings({
- String? endTime,
- GoogleCloudChannelV1RenewalSettings? renewalSettings,
- String? startTime,
Implementation
GoogleCloudChannelV1CommitmentSettings({
this.endTime,
this.renewalSettings,
this.startTime,
});