GoogleCloudDataplexV1TriggerOneTime.fromJson constructor
GoogleCloudDataplexV1TriggerOneTime.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1TriggerOneTime.fromJson(core.Map json_)
: this(
ttlAfterScanCompletion: json_['ttlAfterScanCompletion'] as core.String?,
);