GetResourceSetPlainArgs

data class GetResourceSetPlainArgs(val id: String) : ConvertibleToJava<GetResourceSetPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

Functions

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