ListContentKeysResponse Class
Class of response for listContentKeys action.
- Inheritance
-
azure.mgmt.media._serialization.ModelListContentKeysResponse
Constructor
ListContentKeysResponse(*, content_keys: List[_models.StreamingLocatorContentKey] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
content_keys
|
ContentKeys used by current Streaming Locator. |
Variables
Name | Description |
---|---|
content_keys
|
ContentKeys used by current Streaming Locator. |
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