Get Stream Key Result
data class GetStreamKeyResult(val arn: String? = null, val tags: List<StreamKeyTag>? = null, val value: String? = null)
Constructors
Link copied to clipboard
fun GetStreamKeyResult(arn: String? = null, tags: List<StreamKeyTag>? = null, value: String? = null)