ListInterceptEndpointGroupsResponse constructor
ListInterceptEndpointGroupsResponse({
- List<
InterceptEndpointGroup> ? interceptEndpointGroups, - String? nextPageToken,
Implementation
ListInterceptEndpointGroupsResponse({
this.interceptEndpointGroups,
this.nextPageToken,
});