List Streaming Locator Content Keys Result
    data class ListStreamingLocatorContentKeysResult(val contentKeys: List<StreamingLocatorContentKeyResponse>? = null)
Class of response for listContentKeys action
Constructors
Link copied to clipboard
                fun ListStreamingLocatorContentKeysResult(contentKeys: List<StreamingLocatorContentKeyResponse>? = null)