GetSitesPlainArgs

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

A collection of arguments for invoking getSites.

Constructors

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

Properties

Link copied to clipboard

ID of the Global Network of the sites to retrieve.

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

Restricts the list to the sites with these tags.

Functions

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