GoogleChromeManagementV1TotalMemoryEncryptionInfo.fromJson constructor
GoogleChromeManagementV1TotalMemoryEncryptionInfo.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1TotalMemoryEncryptionInfo.fromJson(core.Map json_)
: this(
encryptionAlgorithm: json_.containsKey('encryptionAlgorithm')
? json_['encryptionAlgorithm'] as core.String
: null,
encryptionState: json_.containsKey('encryptionState')
? json_['encryptionState'] as core.String
: null,
keyLength: json_.containsKey('keyLength')
? json_['keyLength'] as core.String
: null,
maxKeys: json_.containsKey('maxKeys')
? json_['maxKeys'] as core.String
: null,
);