ListDeliveryStreams

@JsonSerializable
data class ListDeliveryStreams(val DeliveryStreamType: DeliveryStreamType? = null, val ExclusiveStartDeliveryStreamName: String? = null, val Limit: Int? = 10) : FirehoseAction<DeliveryStreams>

Constructors

Link copied to clipboard
constructor(DeliveryStreamType: DeliveryStreamType? = null, ExclusiveStartDeliveryStreamName: String? = null, Limit: Int? = 10)

Properties

Link copied to clipboard
Link copied to clipboard
val Limit: Int? = 10

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<DeliveryStreams, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri