Method: DocuSign_Maestro::ESignTabs.attribute_map

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

.attribute_mapObject

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

[View source]

70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/docusign_maestro/models/e_sign_tabs.rb', line 70

def self.attribute_map
  {
    :'anchor_string' => :'anchorString',
    :'bold' => :'bold',
    :'document_id' => :'documentId',
    :'font' => :'font',
    :'font_color' => :'fontColor',
    :'font_size' => :'fontSize',
    :'height' => :'height',
    :'italic' => :'italic',
    :'locale_policy' => :'localePolicy',
    :'name' => :'name',
    :'optional' => :'optional',
    :'page_number' => :'pageNumber',
    :'recipient_id' => :'recipientId',
    :'scale_value' => :'scaleValue',
    :'stamp_type' => :'stampType',
    :'tab_id' => :'tabId',
    :'tab_label' => :'tabLabel',
    :'tab_type' => :'tabType',
    :'template_locked' => :'templateLocked',
    :'template_required' => :'templateRequired',
    :'tooltip' => :'tooltip',
    :'underline' => :'underline',
    :'value' => :'value',
    :'width' => :'width',
    :'x_position' => :'xPosition',
    :'y_position' => :'yPosition'
  }
end