ListStreamingLocatorPathsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val downloadPaths: List<String>? = null

Download Paths supported by current Streaming Locator

Link copied to clipboard

Streaming Paths supported by current Streaming Locator