GetEventSourcePlainArgs

data class GetEventSourcePlainArgs(val namePrefix: String? = null) : ConvertibleToJava<GetEventSourcePlainArgs>

A collection of arguments for invoking getEventSource.

Constructors

Link copied to clipboard
constructor(namePrefix: String? = null)

Properties

Link copied to clipboard
val namePrefix: String? = null

Specifying this limits the results to only those partner event sources with names that start with the specified prefix

Functions

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