KmsConfig constructor

KmsConfig({
  1. String? createTime,
  2. String? cryptoKeyName,
  3. String? description,
  4. String? instructions,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? serviceAccount,
  8. String? state,
  9. String? stateDetails,
})

Implementation

KmsConfig({
  this.createTime,
  this.cryptoKeyName,
  this.description,
  this.instructions,
  this.labels,
  this.name,
  this.serviceAccount,
  this.state,
  this.stateDetails,
});