Schedule constructor

Schedule({
  1. bool? copyTags,
  2. CreateRule? createRule,
  3. List<CrossRegionCopyRule>? crossRegionCopyRules,
  4. FastRestoreRule? fastRestoreRule,
  5. String? name,
  6. RetainRule? retainRule,
  7. List<ShareRule>? shareRules,
  8. List<Tag>? tagsToAdd,
  9. List<Tag>? variableTags,
})

Implementation

Schedule({
  this.copyTags,
  this.createRule,
  this.crossRegionCopyRules,
  this.fastRestoreRule,
  this.name,
  this.retainRule,
  this.shareRules,
  this.tagsToAdd,
  this.variableTags,
});