PartnerDestinationsListResult Class
Result of the List Partner Destinations operation.
Constructor
PartnerDestinationsListResult(*, value: List[_models.PartnerDestination] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
A collection of partner destinations. Default value: None
|
next_link
|
A link for the next page of partner destinations. Default value: None
|
Variables
Name | Description |
---|---|
value
|
A collection of partner destinations. |
next_link
|
A link for the next page of partner destinations. |