ResourcePolicySnapshotSchedulePolicySnapshotProperties constructor

ResourcePolicySnapshotSchedulePolicySnapshotProperties({
  1. String? chainName,
  2. bool? guestFlush,
  3. Map<String, String>? labels,
  4. List<String>? storageLocations,
})

Implementation

ResourcePolicySnapshotSchedulePolicySnapshotProperties({
  this.chainName,
  this.guestFlush,
  this.labels,
  this.storageLocations,
});