ImportJob constructor

ImportJob({
  1. KeyOperationAttestation? attestation,
  2. String? createTime,
  3. String? cryptoKeyBackend,
  4. String? expireEventTime,
  5. String? expireTime,
  6. String? generateTime,
  7. String? importMethod,
  8. String? name,
  9. String? protectionLevel,
  10. WrappingPublicKey? publicKey,
  11. String? state,
})

Implementation

ImportJob({
  this.attestation,
  this.createTime,
  this.cryptoKeyBackend,
  this.expireEventTime,
  this.expireTime,
  this.generateTime,
  this.importMethod,
  this.name,
  this.protectionLevel,
  this.publicKey,
  this.state,
});