GoogleCloudDataplexV1EnvironmentSessionStatus.fromJson constructor
GoogleCloudDataplexV1EnvironmentSessionStatus.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1EnvironmentSessionStatus.fromJson(core.Map json_)
: this(
active:
json_.containsKey('active') ? json_['active'] as core.bool : null,
);