GoogleCloudContactcenterinsightsV1ScheduleInfo.fromJson constructor
GoogleCloudContactcenterinsightsV1ScheduleInfo.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ScheduleInfo.fromJson(core.Map json_)
: this(
endTime: json_['endTime'] as core.String?,
schedule: json_['schedule'] as core.String?,
startTime: json_['startTime'] as core.String?,
timeZone: json_['timeZone'] as core.String?,
);