SnapshotSchedule constructor

SnapshotSchedule({
  1. int? associatedClusterCount,
  2. List<ClusterAssociatedToSchedule>? associatedClusters,
  3. List<DateTime>? nextInvocations,
  4. List<String>? scheduleDefinitions,
  5. String? scheduleDescription,
  6. String? scheduleIdentifier,
  7. List<Tag>? tags,
})

Implementation

SnapshotSchedule({
  this.associatedClusterCount,
  this.associatedClusters,
  this.nextInvocations,
  this.scheduleDefinitions,
  this.scheduleDescription,
  this.scheduleIdentifier,
  this.tags,
});