Secret constructor

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

Implementation

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