GetSitesByServiceGroupPlainArgs

data class GetSitesByServiceGroupPlainArgs(val servicegroupName: String, val siteName: String) : ConvertibleToJava<GetSitesByServiceGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(servicegroupName: String, siteName: String)

Properties

Link copied to clipboard

The name of the service group

Link copied to clipboard

The name of the site

Functions

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