Method: AsposePdfCloud::SignatureCustomAppearance.attribute_map

Defined in:
lib/aspose_pdf_cloud/models/signature_custom_appearance.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/aspose_pdf_cloud/models/signature_custom_appearance.rb', line 66

def self.attribute_map
  {
    :'font_family_name' => :'FontFamilyName',
    :'font_size' => :'FontSize',
    :'show_contact_info' => :'ShowContactInfo',
    :'show_reason' => :'ShowReason',
    :'show_location' => :'ShowLocation',
    :'contact_info_label' => :'ContactInfoLabel',
    :'reason_label' => :'ReasonLabel',
    :'location_label' => :'LocationLabel',
    :'digital_signed_label' => :'DigitalSignedLabel',
    :'date_signed_at_label' => :'DateSignedAtLabel',
    :'date_time_local_format' => :'DateTimeLocalFormat',
    :'date_time_format' => :'DateTimeFormat'
  }
end