GoogleCloudDataplexV1ContentSqlScript.fromJson constructor

GoogleCloudDataplexV1ContentSqlScript.fromJson(
  1. Map json_
)

Implementation

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