Secret constructor

Secret({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. CustomerManagedEncryption? customerManagedEncryption,
  4. String? etag,
  5. String? expireTime,
  6. Map<String, String>? labels,
  7. String? name,
  8. Replication? replication,
  9. Rotation? rotation,
  10. List<Topic>? topics,
  11. String? ttl,
  12. Map<String, String>? versionAliases,
  13. String? versionDestroyTtl,
})

Implementation

Secret({
  this.annotations,
  this.createTime,
  this.customerManagedEncryption,
  this.etag,
  this.expireTime,
  this.labels,
  this.name,
  this.replication,
  this.rotation,
  this.topics,
  this.ttl,
  this.versionAliases,
  this.versionDestroyTtl,
});