IpGroupListResult Class

Response for the ListIpGroups API service call.

Inheritance
IpGroupListResult

Constructor

IpGroupListResult(*, value: typing.Union[typing.List[_ForwardRef('IpGroup')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[IpGroup]

The list of IpGroups information resources.

next_link
str

URL to get the next set of results.