MirroringDeployment constructor

MirroringDeployment({
  1. String? createTime,
  2. String? description,
  3. String? forwardingRule,
  4. Map<String, String>? labels,
  5. String? mirroringDeploymentGroup,
  6. String? name,
  7. bool? reconciling,
  8. String? state,
  9. String? updateTime,
})

Implementation

MirroringDeployment({
  this.createTime,
  this.description,
  this.forwardingRule,
  this.labels,
  this.mirroringDeploymentGroup,
  this.name,
  this.reconciling,
  this.state,
  this.updateTime,
});