GoogleCloudDataplexV1TriggerOneTime.fromJson constructor

GoogleCloudDataplexV1TriggerOneTime.fromJson(
  1. Map json_
)

Implementation

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