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
fun GetServerlessCollectionPlainArgs(id: String? = null, name: String? = null)

Functions

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

Properties

Link copied to clipboard
val id: String? = null

ID of the collection. Either id or name must be provided.

Link copied to clipboard
val name: String? = null

Name of the collection. Either name or id must be provided.