PatchRetentionRule constructor
PatchRetentionRule({
- PatchRetentionRuleTypeEnum? type = const PatchRetentionRuleTypeEnum._('expire'),
- int? everySeconds,
- int? shardGroupDurationSeconds,
Returns a new PatchRetentionRule instance.
Implementation
PatchRetentionRule({
this.type = const PatchRetentionRuleTypeEnum._('expire'),
this.everySeconds,
this.shardGroupDurationSeconds,
});