GetAiIndexPlainArgs

data class GetAiIndexPlainArgs(val name: String, val project: String? = null, val region: String) : ConvertibleToJava<GetAiIndexPlainArgs>

A collection of arguments for invoking getAiIndex.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, region: String)

Properties

Link copied to clipboard

The name of the index.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs.

Link copied to clipboard

The region of the index.

Functions

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