Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 833 Bytes

EmailAddress.md

File metadata and controls

28 lines (22 loc) · 833 Bytes

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
)