GetSitePlainArgs

data class GetSitePlainArgs(val globalNetworkId: String, val siteId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSitePlainArgs>

A collection of arguments for invoking getSite.

Constructors

Link copied to clipboard
constructor(globalNetworkId: String, siteId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID of the Global Network of the site to retrieve.

Link copied to clipboard

ID of the specific site to retrieve.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value tags for the Site.

Functions

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