GoogleCloudDataplexV1EnvironmentSessionStatus.fromJson constructor

GoogleCloudDataplexV1EnvironmentSessionStatus.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1EnvironmentSessionStatus.fromJson(core.Map json_)
  : this(active: json_['active'] as core.bool?);