ListInterceptEndpointGroupAssociationsResponse constructor

ListInterceptEndpointGroupAssociationsResponse({
  1. List<InterceptEndpointGroupAssociation>? interceptEndpointGroupAssociations,
  2. String? nextPageToken,
})

Implementation

ListInterceptEndpointGroupAssociationsResponse({
  this.interceptEndpointGroupAssociations,
  this.nextPageToken,
});