Method: AsposePdfCloud::SignatureCustomAppearance.swagger_types

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

.swagger_typesObject

Attribute type mapping.



84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/aspose_pdf_cloud/models/signature_custom_appearance.rb', line 84

def self.swagger_types
  {
    :'font_family_name' => :'String',
    :'font_size' => :'Float',
    :'show_contact_info' => :'BOOLEAN',
    :'show_reason' => :'BOOLEAN',
    :'show_location' => :'BOOLEAN',
    :'contact_info_label' => :'String',
    :'reason_label' => :'String',
    :'location_label' => :'String',
    :'digital_signed_label' => :'String',
    :'date_signed_at_label' => :'String',
    :'date_time_local_format' => :'String',
    :'date_time_format' => :'String'
  }
end