GoogleCloudChannelV1Period.fromJson constructor
GoogleCloudChannelV1Period.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1Period.fromJson(core.Map json_)
: this(
duration: json_['duration'] as core.int?,
periodType: json_['periodType'] as core.String?,
);