Method: DocuSign_eSign::ConnectCustomConfiguration.swagger_types

Defined in:
lib/docusign_esign/models/connect_custom_configuration.rb

.swagger_typesObject

Attribute type mapping.



113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# File 'lib/docusign_esign/models/connect_custom_configuration.rb', line 113

def self.swagger_types
  {
    :'allow_envelope_publish' => :'String',
    :'all_users' => :'String',
    :'configuration_type' => :'String',
    :'connect_id' => :'String',
    :'enable_log' => :'String',
    :'envelope_events' => :'String',
    :'include_certificate_of_completion' => :'String',
    :'include_cert_soap_header' => :'String',
    :'include_document_fields' => :'String',
    :'include_documents' => :'String',
    :'include_envelope_void_reason' => :'String',
    :'include_hmac' => :'String',
    :'include_sender_accountas_custom_field' => :'String',
    :'include_time_zone_information' => :'String',
    :'name' => :'String',
    :'recipient_events' => :'String',
    :'requires_acknowledgement' => :'String',
    :'sign_message_with_x509_certificate' => :'String',
    :'soap_namespace' => :'String',
    :'url_to_publish_to' => :'String',
    :'user_ids' => :'String',
    :'use_soap_interface' => :'String'
  }
end