GoogleCloudDataplexV1EnvironmentSessionSpec.fromJson constructor

GoogleCloudDataplexV1EnvironmentSessionSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1EnvironmentSessionSpec.fromJson(core.Map json_)
    : this(
        enableFastStartup: json_['enableFastStartup'] as core.bool?,
        maxIdleDuration: json_['maxIdleDuration'] as core.String?,
      );