Method: Dropbox::Sign::SubSigningOptions.openapi_types

Defined in:
lib/dropbox-sign/models/sub_signing_options.rb

.openapi_typesObject

Attribute type mapping.



86
87
88
89
90
91
92
93
94
# File 'lib/dropbox-sign/models/sub_signing_options.rb', line 86

def self.openapi_types
  {
    :'default_type' => :'String',
    :'draw' => :'Boolean',
    :'phone' => :'Boolean',
    :'type' => :'Boolean',
    :'upload' => :'Boolean'
  }
end