Replication constructor

Replication({
  1. String? clusterLocation,
  2. String? createTime,
  3. String? description,
  4. String? destinationVolume,
  5. DestinationVolumeParameters? destinationVolumeParameters,
  6. bool? healthy,
  7. HybridPeeringDetails? hybridPeeringDetails,
  8. String? hybridReplicationType,
  9. Map<String, String>? labels,
  10. String? mirrorState,
  11. String? name,
  12. String? replicationSchedule,
  13. String? role,
  14. String? sourceVolume,
  15. String? state,
  16. String? stateDetails,
  17. TransferStats? transferStats,
})

Implementation

Replication({
  this.clusterLocation,
  this.createTime,
  this.description,
  this.destinationVolume,
  this.destinationVolumeParameters,
  this.healthy,
  this.hybridPeeringDetails,
  this.hybridReplicationType,
  this.labels,
  this.mirrorState,
  this.name,
  this.replicationSchedule,
  this.role,
  this.sourceVolume,
  this.state,
  this.stateDetails,
  this.transferStats,
});