InterceptEndpointGroup constructor
InterceptEndpointGroup({
- List<
InterceptEndpointGroupAssociationDetails> ? associations, - InterceptEndpointGroupConnectedDeploymentGroup? connectedDeploymentGroup,
- String? createTime,
- String? description,
- String? interceptDeploymentGroup,
- Map<
String, String> ? labels, - String? name,
- bool? reconciling,
- String? state,
- String? updateTime,
Implementation
InterceptEndpointGroup({
this.associations,
this.connectedDeploymentGroup,
this.createTime,
this.description,
this.interceptDeploymentGroup,
this.labels,
this.name,
this.reconciling,
this.state,
this.updateTime,
});