MirroringEndpointGroup constructor
MirroringEndpointGroup({
- List<
MirroringEndpointGroupAssociationDetails> ? associations, - List<
MirroringEndpointGroupConnectedDeploymentGroup> ? connectedDeploymentGroups, - String? createTime,
- String? description,
- Map<
String, String> ? labels, - String? mirroringDeploymentGroup,
- String? name,
- bool? reconciling,
- String? state,
- String? updateTime,
Implementation
MirroringEndpointGroup({
this.associations,
this.connectedDeploymentGroups,
this.createTime,
this.description,
this.labels,
this.mirroringDeploymentGroup,
this.name,
this.reconciling,
this.state,
this.updateTime,
});