Method: DocuSign_Maestro::ESignTabs.swagger_types

Defined in:
lib/docusign_maestro/models/e_sign_tabs.rb

.swagger_typesObject

Attribute type mapping.

[View source]

102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# File 'lib/docusign_maestro/models/e_sign_tabs.rb', line 102

def self.swagger_types
  {
    :'anchor_string' => :'String',
    :'bold' => :'String',
    :'document_id' => :'String',
    :'font' => :'String',
    :'font_color' => :'String',
    :'font_size' => :'String',
    :'height' => :'String',
    :'italic' => :'String',
    :'locale_policy' => :'Hash<String, Object>',
    :'name' => :'String',
    :'optional' => :'String',
    :'page_number' => :'String',
    :'recipient_id' => :'String',
    :'scale_value' => :'String',
    :'stamp_type' => :'String',
    :'tab_id' => :'String',
    :'tab_label' => :'String',
    :'tab_type' => :'String',
    :'template_locked' => :'String',
    :'template_required' => :'String',
    :'tooltip' => :'String',
    :'underline' => :'String',
    :'value' => :'Object',
    :'width' => :'String',
    :'x_position' => :'String',
    :'y_position' => :'String'
  }
end