Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 603 Bytes

File metadata and controls

22 lines (16 loc) · 603 Bytes

MergeCRMClient::EmailAddress

Properties

Name Type Description Notes
email_address String The email address. [optional]
email_address_type String The email address's type. [optional]
modified_at Time This is the datetime that this object was last updated by Merge [optional][readonly]

Example

require 'merge_crm_client'

instance = MergeCRMClient::EmailAddress.new(
  email_address: merge_is_hiring@merge.dev,
  email_address_type: Work,
  modified_at: 2021-10-16T00:00Z
)