EffectiveRouteListResult Class

Response for list effective route API service call.

Inheritance
EffectiveRouteListResult

Constructor

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

Parameters

value
list[EffectiveRoute]

A list of effective routes.

next_link
str

The URL to get the next set of results.