GetEventStreamPlainArgs

data class GetEventStreamPlainArgs(val domainName: String, val eventStreamName: String) : ConvertibleToJava<GetEventStreamPlainArgs>

Constructors

Link copied to clipboard
fun GetEventStreamPlainArgs(domainName: String, eventStreamName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetEventStreamPlainArgs

Properties

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard

The name of the event stream.