InterceptEndpointGroup constructor

InterceptEndpointGroup({
  1. List<InterceptEndpointGroupAssociationDetails>? associations,
  2. InterceptEndpointGroupConnectedDeploymentGroup? connectedDeploymentGroup,
  3. String? createTime,
  4. String? description,
  5. String? interceptDeploymentGroup,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? reconciling,
  9. String? state,
  10. String? updateTime,
})

Implementation

InterceptEndpointGroup({
  this.associations,
  this.connectedDeploymentGroup,
  this.createTime,
  this.description,
  this.interceptDeploymentGroup,
  this.labels,
  this.name,
  this.reconciling,
  this.state,
  this.updateTime,
});