GoogleCloudDataplexV1AssetSecurityStatus.fromJson constructor
GoogleCloudDataplexV1AssetSecurityStatus.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1AssetSecurityStatus.fromJson(core.Map json_)
: this(
message: json_.containsKey('message')
? json_['message'] as core.String
: null,
state:
json_.containsKey('state') ? json_['state'] as core.String : null,
updateTime: json_.containsKey('updateTime')
? json_['updateTime'] as core.String
: null,
);