Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 965 Bytes

File metadata and controls

30 lines (24 loc) · 965 Bytes

EzmaxApi::DomainResponseCompound

Properties

Name Type Description Notes
pki_domain_id Integer The unique ID of the Domain
s_domain_name String The name of the Domain
b_domain_validdkim Boolean Whether the DKIM is valid or not
b_domain_validmailfrom Boolean Whether the mail from is valid or not
b_domain_validcustomer Boolean Whether the customer has access to it or not
obj_audit CommonAudit
a_obj_dnsrecord Array<CustomDnsrecordResponse>

Example

require 'Ezmaxapi'

instance = EzmaxApi::DomainResponseCompound.new(
  pki_domain_id: 96,
  s_domain_name: ezsign.ca,
  b_domain_validdkim: null,
  b_domain_validmailfrom: null,
  b_domain_validcustomer: null,
  obj_audit: null,
  a_obj_dnsrecord: null
)