GetPagesDomainsPlainArgs

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

A collection of arguments for invoking getPagesDomains.

Constructors

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

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

Name of the project.

Functions

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