GetEventBusesPlainArgs

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

A collection of arguments for invoking getEventBuses.

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 event buses with names that start with the specified prefix.

Functions

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