GetIndexPlainArgs

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

A collection of arguments for invoking getIndex.

Constructors

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

Properties

Link copied to clipboard
val id: String

Returns information on a specific Index by id.

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

Metadata that helps organize the Indices you create.

Functions

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