Secret constructor

Secret({
  1. String name = '',
  2. Replication? replication,
  3. Timestamp? createTime,
  4. Map<String, String> labels = const {},
  5. List<Topic> topics = const [],
  6. Timestamp? expireTime,
  7. Duration? ttl,
  8. String etag = '',
  9. Rotation? rotation,
  10. Map<String, int> versionAliases = const {},
  11. Map<String, String> annotations = const {},
  12. Duration? versionDestroyTtl,
  13. CustomerManagedEncryption? customerManagedEncryption,
  14. 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);