GoogleCloudChannelV1Period constructor

GoogleCloudChannelV1Period({
  1. int? duration,
  2. String? periodType,
})

Implementation

GoogleCloudChannelV1Period({
  this.duration,
  this.periodType,
});