Method: DocuSign_eSign::RecipientViewRequest.swagger_types
- Defined in:
- lib/docusign_esign/models/recipient_view_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'lib/docusign_esign/models/recipient_view_request.rb', line 81 def self.swagger_types { :'assertion_id' => :'String', :'authentication_instant' => :'String', :'authentication_method' => :'String', :'client_user_id' => :'String', :'email' => :'String', :'ping_frequency' => :'String', :'ping_url' => :'String', :'recipient_id' => :'String', :'return_url' => :'String', :'security_domain' => :'String', :'user_id' => :'String', :'user_name' => :'String', :'x_frame_options' => :'String', :'x_frame_options_allow_from_url' => :'String' } end |