GetVaultLockOutput constructor

GetVaultLockOutput({
  1. String? creationDate,
  2. String? expirationDate,
  3. String? policy,
  4. String? state,
})

Implementation

GetVaultLockOutput({
  this.creationDate,
  this.expirationDate,
  this.policy,
  this.state,
});