Streams

@JsonSerializable
data class Streams(val streams: List<StreamSummary> = emptyList(), val nextToken: String? = null)(source)

Constructors

Link copied to clipboard
constructor(streams: List<StreamSummary> = emptyList(), nextToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard