GetPagesDomainPlainArgs

data class GetPagesDomainPlainArgs(val accountId: String, val domainName: String? = null, val projectName: String) : ConvertibleToJava<GetPagesDomainPlainArgs>

A collection of arguments for invoking getPagesDomain.

Constructors

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

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val domainName: String? = null

Name of the domain.

Link copied to clipboard

Name of the project.

Functions

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