Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 925 Bytes

EmailAddress.md

File metadata and controls

32 lines (26 loc) · 925 Bytes

ClerkBackend::EmailAddress

Properties

Name Type Description Notes
id String [optional]
object String String representing the object's type. Objects of the same type share the same value.
email_address String
reserved Boolean
verification EmailAddressVerification
linked_to Array<IdentificationLink>
created_at Integer Unix timestamp of creation
updated_at Integer Unix timestamp of creation

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::EmailAddress.new(
  id: null,
  object: null,
  email_address: null,
  reserved: null,
  verification: null,
  linked_to: null,
  created_at: null,
  updated_at: null
)