GoogleCloudDatapipelinesV1ScheduleSpec.fromJson constructor
GoogleCloudDatapipelinesV1ScheduleSpec.fromJson(
- Map json_
Implementation
GoogleCloudDatapipelinesV1ScheduleSpec.fromJson(core.Map json_)
: this(
nextJobTime: json_.containsKey('nextJobTime')
? json_['nextJobTime'] as core.String
: null,
schedule: json_.containsKey('schedule')
? json_['schedule'] as core.String
: null,
timeZone: json_.containsKey('timeZone')
? json_['timeZone'] as core.String
: null,
);