GoogleCloudKmsV1KeyOperationAttestation constructor

GoogleCloudKmsV1KeyOperationAttestation({
  1. GoogleCloudKmsV1KeyOperationAttestationCertificateChains? certChains,
  2. String? content,
  3. String? format,
})

Implementation

GoogleCloudKmsV1KeyOperationAttestation({
  this.certChains,
  this.content,
  this.format,
});