GoogleCloudDataplexV1TaskTriggerSpec.fromJson constructor

GoogleCloudDataplexV1TaskTriggerSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1TaskTriggerSpec.fromJson(core.Map json_)
    : this(
        disabled: json_['disabled'] as core.bool?,
        maxRetries: json_['maxRetries'] as core.int?,
        schedule: json_['schedule'] as core.String?,
        startTime: json_['startTime'] as core.String?,
        type: json_['type'] as core.String?,
      );