GetWebAnalyticsSiteFilter

data class GetWebAnalyticsSiteFilter(val orderBy: String? = null) : ConvertibleToJava<GetWebAnalyticsSiteFilter>

Constructors

Link copied to clipboard
constructor(orderBy: String? = null)

Properties

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(): GetWebAnalyticsSiteFilter