Get Custom Hostname Plain Args
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)