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::EmailAddress1
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. | |
String | The email address. | [optional] | |
email_address_type | String | Email address type (external/internal). | [default to 'internal'] |
pages | Integer | Number of pages where the email address is found. | [optional] |
_links | Links3 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::EmailAddress1.new(
id: null,
action_required: null,
detected: null,
email: null,
email_address_type: null,
pages: null,
_links: null
)