GoogleCloudDatapipelinesV1ScheduleSpec.fromJson constructor

GoogleCloudDatapipelinesV1ScheduleSpec.fromJson(
  1. Map json_
)

Implementation

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