Get Domain Plain Args
data class GetDomainPlainArgs(val domainName: String, val offPeakWindowOptions: GetDomainOffPeakWindowOptions? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDomainPlainArgs>
A collection of arguments for invoking getDomain.
Constructors
Link copied to clipboard
constructor(domainName: String, offPeakWindowOptions: GetDomainOffPeakWindowOptions? = null, tags: Map<String, String>? = null)