GetCollectionPlainArgs

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

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The identifier of the collection

Functions

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