ManagedApiListResult Class

The list of managed APIs.

Inheritance
msrest.serialization.Model
ManagedApiListResult

Constructor

ManagedApiListResult(*, value: List[ManagedApi] | None = None, next_link: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
value

The managed APIs.

next_link
str

The URL to get the next set of results.

Variables

Name Description
value

The managed APIs.

next_link
str

The URL to get the next set of results.