Package-level declarations
Types
Link copied to clipboard
data class GetDomainsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val keyWord: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetDomainsPlainArgs>
A collection of arguments for invoking getDomains.
Link copied to clipboard
Builder for GetDomainsPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetMailAddressesPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetReceiversPlainArgs.
Link copied to clipboard
data class GetTagsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetTagsPlainArgs>
A collection of arguments for invoking getTags.
Link copied to clipboard
class GetTagsPlainArgsBuilder
Builder for GetTagsPlainArgs.