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