Get Streams Invoke Result
data class GetStreamsInvokeResult(val accountId: String, val asc: Boolean, val creator: String? = null, val end: String? = null, val id: String, val includeCounts: Boolean, val maxItems: Int? = null, val results: List<GetStreamsResult>, val search: String? = null, val start: String? = null, val status: String? = null, val type: String? = null)
A collection of values returned by getStreams.