LogBucket constructor
LogBucket({
- String name = '',
- String description = '',
- Timestamp? createTime,
- Timestamp? updateTime,
- int retentionDays = 0,
- bool locked = false,
- LifecycleState lifecycleState = LifecycleState.$default,
- bool analyticsEnabled = false,
- List<
String> restrictedFields = const [], - List<
IndexConfig> indexConfigs = const [], - CmekSettings? cmekSettings,
Implementation
LogBucket({
this.name = '',
this.description = '',
this.createTime,
this.updateTime,
this.retentionDays = 0,
this.locked = false,
this.lifecycleState = LifecycleState.$default,
this.analyticsEnabled = false,
this.restrictedFields = const [],
this.indexConfigs = const [],
this.cmekSettings,
}) : super(fullyQualifiedName);