GoogleCloudDataplexV1TriggerSchedule.fromJson constructor
GoogleCloudDataplexV1TriggerSchedule.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1TriggerSchedule.fromJson(core.Map json_)
: this(
cron: json_.containsKey('cron') ? json_['cron'] as core.String : null,
);