Secret constructor
Secret({
- String name = '',
- Replication? replication,
- Timestamp? createTime,
- Map<
String, String> labels = const {}, - List<
Topic> topics = const [], - Timestamp? expireTime,
- Duration? ttl,
- String etag = '',
- Rotation? rotation,
- Map<
String, int> versionAliases = const {}, - Map<
String, String> annotations = const {}, - Duration? versionDestroyTtl,
- CustomerManagedEncryption? customerManagedEncryption,
- Map<
String, String> tags = const {},
Implementation
Secret({
this.name = '',
this.replication,
this.createTime,
this.labels = const {},
this.topics = const [],
this.expireTime,
this.ttl,
this.etag = '',
this.rotation,
this.versionAliases = const {},
this.annotations = const {},
this.versionDestroyTtl,
this.customerManagedEncryption,
this.tags = const {},
}) : super(fullyQualifiedName);