ImportJob constructor

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

Implementation

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