GoogleChromeManagementVersionsV1AttestationCredential constructor

GoogleChromeManagementVersionsV1AttestationCredential({
  1. String? keyRotationTime,
  2. String? keyTrustLevel,
  3. String? keyType,
  4. String? publicKey,
})

Implementation

GoogleChromeManagementVersionsV1AttestationCredential({
  this.keyRotationTime,
  this.keyTrustLevel,
  this.keyType,
  this.publicKey,
});