ListPathsResponse Class

Class of response for listPaths action.

Inheritance
ListPathsResponse

Constructor

ListPathsResponse(*, streaming_paths: Optional[List[_models.StreamingPath]] = None, download_paths: Optional[List[str]] = None, **kwargs)

Variables

streaming_paths
list[StreamingPath]

Streaming Paths supported by current Streaming Locator.

download_paths
list[str]

Download Paths supported by current Streaming Locator.