GoogleCloudChannelV1TrialSettings.fromJson constructor
GoogleCloudChannelV1TrialSettings.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1TrialSettings.fromJson(core.Map json_)
: this(
endTime: json_['endTime'] as core.String?,
trial: json_['trial'] as core.bool?,
);