BlueGreenInfo constructor

BlueGreenInfo({
  1. List<String>? blueInstanceGroupUrls,
  2. String? bluePoolDeletionStartTime,
  3. List<String>? greenInstanceGroupUrls,
  4. String? greenPoolVersion,
  5. String? phase,
})

Implementation

BlueGreenInfo({
  this.blueInstanceGroupUrls,
  this.bluePoolDeletionStartTime,
  this.greenInstanceGroupUrls,
  this.greenPoolVersion,
  this.phase,
});