GetEmailAddressInput

data class GetEmailAddressInput(val id: String, val cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY)

Input object containing an email address identifier and cache policy used to retrieve an email address.

Constructors

Link copied to clipboard
constructor(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY)

Properties

Link copied to clipboard

CachePolicy Determines how the data will be fetched. When using CachePolicy.CACHE_ONLY, be aware that this will only return cached results of identical API calls.

Link copied to clipboard
val id: String

String Identifier of the email address to be retrieved.