Method: DocuSign_eSign::ConnectLog.swagger_types
- Defined in:
- lib/docusign_esign/models/connect_log.rb
.swagger_types ⇒ Object
Attribute type mapping.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/docusign_esign/models/connect_log.rb', line 96 def self.swagger_types { :'account_id' => :'String', :'config_url' => :'String', :'connect_debug_log' => :'Array<ConnectDebugLog>', :'connect_id' => :'String', :'created' => :'String', :'email' => :'String', :'envelope_id' => :'String', :'error' => :'String', :'failure_id' => :'String', :'failure_uri' => :'String', :'last_try' => :'String', :'log_id' => :'String', :'log_uri' => :'String', :'retry_count' => :'String', :'retry_uri' => :'String', :'status' => :'String', :'subject' => :'String', :'user_name' => :'String' } end |