GoogleCloudDataplexV1EnvironmentEndpoints.fromJson constructor

GoogleCloudDataplexV1EnvironmentEndpoints.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1EnvironmentEndpoints.fromJson(core.Map json_)
    : this(
        notebooks: json_['notebooks'] as core.String?,
        sql: json_['sql'] as core.String?,
      );