GetSitePlainArgs

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

A collection of arguments for invoking getSite.

Constructors

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

Properties

Link copied to clipboard
val id: String? = null

Identifier of the Site.

Link copied to clipboard
val name: String? = null

Name of the Site.

Functions

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