Secret constructor
Secret({
- Map<
String, String> ? annotations, - String? createTime,
- CustomerManagedEncryption? customerManagedEncryption,
- String? etag,
- String? expireTime,
- Map<
String, String> ? labels, - String? name,
- Replication? replication,
- Rotation? rotation,
- List<
Topic> ? topics, - String? ttl,
- Map<
String, String> ? versionAliases, - 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,
});