GoogleChromeManagementV1TotalMemoryEncryptionInfo constructor

GoogleChromeManagementV1TotalMemoryEncryptionInfo({
  1. String? encryptionAlgorithm,
  2. String? encryptionState,
  3. String? keyLength,
  4. String? maxKeys,
})

Implementation

GoogleChromeManagementV1TotalMemoryEncryptionInfo({
  this.encryptionAlgorithm,
  this.encryptionState,
  this.keyLength,
  this.maxKeys,
});