GetApisPlainArgs

data class GetApisPlainArgs(val name: String? = null, val protocolType: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetApisPlainArgs>

A collection of arguments for invoking getApis.

Constructors

Link copied to clipboard
constructor(name: String? = null, protocolType: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val name: String? = null

API name.

Link copied to clipboard
val protocolType: String? = null

API protocol.

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

Map of tags, each pair of which must exactly match a pair on the desired APIs.

Functions

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