Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::EmailAddress

Properties

Name Type Description Notes
id Integer Id of the email address.
action_required String Action required for this email (free text note field). [optional]
detected Time Timestamp for first detection of email address.
email String The email address. [optional]
email_address_type String Email address type (external/internal). [default to 'internal']
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::EmailAddress.new(
  id: null,
  action_required: null,
  detected: null,
  email: null,
  email_address_type: null,
  _links: null
)