GetServerlessCollectionPlainArgs

data class GetServerlessCollectionPlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetServerlessCollectionPlainArgs>

A collection of arguments for invoking getServerlessCollection.

Constructors

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

Properties

Link copied to clipboard
val id: String? = null

ID of the collection.

Link copied to clipboard
val name: String? = null

Name of the collection.

Functions

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