MirroringDeploymentGroup constructor
      
      MirroringDeploymentGroup({ 
    
    
- List<
MirroringDeploymentGroupConnectedEndpointGroup> ? connectedEndpointGroups, - String? createTime,
 - String? description,
 - Map<
String, String> ? labels, - List<
MirroringLocation> ? locations, - String? name,
 - List<
MirroringDeploymentGroupDeployment> ? nestedDeployments, - String? network,
 - bool? reconciling,
 - String? state,
 - String? updateTime,
 
Implementation
MirroringDeploymentGroup({
  this.connectedEndpointGroups,
  this.createTime,
  this.description,
  this.labels,
  this.locations,
  this.name,
  this.nestedDeployments,
  this.network,
  this.reconciling,
  this.state,
  this.updateTime,
});