List Streaming Locator Paths Result
data class ListStreamingLocatorPathsResult(val downloadPaths: List<String>? = null, val streamingPaths: List<StreamingPathResponse>? = null)
Class of response for listPaths action
Constructors
Link copied to clipboard
constructor(downloadPaths: List<String>? = null, streamingPaths: List<StreamingPathResponse>? = null)