GetCustomHostnamePlainArgs

data class GetCustomHostnamePlainArgs(val customHostnameId: String? = null, val filter: GetCustomHostnameFilter? = null, val zoneId: String) : ConvertibleToJava<GetCustomHostnamePlainArgs>

A collection of arguments for invoking getCustomHostname.

Constructors

Link copied to clipboard
constructor(customHostnameId: String? = null, filter: GetCustomHostnameFilter? = null, zoneId: String)

Properties

Link copied to clipboard

Identifier.

Link copied to clipboard
Link copied to clipboard

Identifier.

Functions

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