LookupEmailAddressesPublicInfoInput

data class LookupEmailAddressesPublicInfoInput(val emailAddresses: List<String>, val cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY)

Input object containing a list of email addresses used to retrieve public info for email addresses.

Constructors

Link copied to clipboard
constructor(emailAddresses: List<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

List A list of email address strings in format 'local-part@domain'.