GetRestApiPlainArgs

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

A collection of arguments for invoking getRestApi.

Constructors

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

Properties

Link copied to clipboard

Name of the REST API to look up. If no REST API is found with this name, an error will be returned. If multiple REST APIs are found with this name, an error will be returned.

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

Key-value map of resource tags.

Functions

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