LogBucket constructor

LogBucket({
  1. bool? analyticsEnabled,
  2. CmekSettings? cmekSettings,
  3. String? createTime,
  4. String? description,
  5. List<IndexConfig>? indexConfigs,
  6. String? lifecycleState,
  7. bool? locked,
  8. String? name,
  9. List<String>? restrictedFields,
  10. int? retentionDays,
  11. String? updateTime,
})

Implementation

LogBucket({
  this.analyticsEnabled,
  this.cmekSettings,
  this.createTime,
  this.description,
  this.indexConfigs,
  this.lifecycleState,
  this.locked,
  this.name,
  this.restrictedFields,
  this.retentionDays,
  this.updateTime,
});