Schedule constructor
Schedule({
- bool? copyTags,
- CreateRule? createRule,
- List<
CrossRegionCopyRule> ? crossRegionCopyRules, - FastRestoreRule? fastRestoreRule,
- String? name,
- RetainRule? retainRule,
- List<
Tag> ? tagsToAdd, - List<
Tag> ? variableTags,
Implementation
Schedule({
this.copyTags,
this.createRule,
this.crossRegionCopyRules,
this.fastRestoreRule,
this.name,
this.retainRule,
this.shareRules,
this.tagsToAdd,
this.variableTags,
});