GetApiPlainArgs

data class GetApiPlainArgs(val apiId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetApiPlainArgs>

A collection of arguments for invoking getApi.

Constructors

Link copied to clipboard
fun GetApiPlainArgs(apiId: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

API identifier.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of resource tags.