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