InterceptEndpointGroupAssociation constructor

InterceptEndpointGroupAssociation({
  1. String? createTime,
  2. String? interceptEndpointGroup,
  3. Map<String, String>? labels,
  4. List<InterceptLocation>? locations,
  5. List<InterceptEndpointGroupAssociationLocationDetails>? locationsDetails,
  6. String? name,
  7. String? network,
  8. bool? reconciling,
  9. String? state,
  10. String? updateTime,
})

Implementation

InterceptEndpointGroupAssociation({
  this.createTime,
  this.interceptEndpointGroup,
  this.labels,
  this.locations,
  this.locationsDetails,
  this.name,
  this.network,
  this.reconciling,
  this.state,
  this.updateTime,
});