GetWebAnalyticsSitesPlainArgs

data class GetWebAnalyticsSitesPlainArgs(val accountId: String, val maxItems: Int? = null, val orderBy: String? = null) : ConvertibleToJava<GetWebAnalyticsSitesPlainArgs>

A collection of arguments for invoking getWebAnalyticsSites.

Constructors

Link copied to clipboard
constructor(accountId: String, maxItems: Int? = null, orderBy: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val orderBy: String? = null

The property used to sort the list of results. Available values: "host", "created".

Functions

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