UsageListResult Class
The response to a list usage request.
- Inheritance
-
azure.mgmt.cognitiveservices._serialization.ModelUsageListResult
Constructor
UsageListResult(*, next_link: str | None = None, value: List[_models.Usage] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
next_link
|
The link used to get the next page of Usages. |
value
|
The list of usages for Cognitive Service account. |
Variables
Name | Description |
---|---|
next_link
|
The link used to get the next page of Usages. |
value
|
The list of usages for Cognitive Service account. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python