GetMailAddressesResult

data class GetMailAddressesResult(val addresses: List<GetMailAddressesAddress>, val id: String, val ids: List<String>, val keyWord: String? = null, val outputFile: String? = null, val sendtype: String? = null, val status: String? = null)

A collection of values returned by getMailAddresses.

Constructors

Link copied to clipboard
constructor(addresses: List<GetMailAddressesAddress>, id: String, ids: List<String>, keyWord: String? = null, outputFile: String? = null, sendtype: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val keyWord: String? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val sendtype: String? = null
Link copied to clipboard
val status: String? = null