ServiceAssociationLinksListResult Class
Paged collection of ServiceAssociationLink items.
Constructor
ServiceAssociationLinksListResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
The ServiceAssociationLink items on this page. Required. |
|
next_link
|
The link to the next page of items. |
Attributes
next_link
The link to the next page of items.
next_link: str | None
value
The ServiceAssociationLink items on this page. Required.
value: list['_models.ServiceAssociationLink']