ManagedApiListResult Class
The list of managed APIs.
Constructor
ManagedApiListResult(*, value: List[ManagedApi] | None = None, next_link: str | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
The managed APIs. Default value: None
|
|
next_link
|
The URL to get the next set of results. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
The managed APIs. |
|
next_link
|
The URL to get the next set of results. |