Method: FormAPI::Template.openapi_types

Defined in:
lib/form_api/models/template.rb

.openapi_typesObject

Attribute type mapping.



100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# File 'lib/form_api/models/template.rb', line 100

def self.openapi_types
  {
    :'expiration_interval' => :'String',
    :'webhook_url' => :'String',
    :'parent_folder_id' => :'String',
    :'expire_after' => :'Float',
    :'allow_additional_properties' => :'BOOLEAN',
    :'public_submissions' => :'BOOLEAN',
    :'slack_webhook_url' => :'String',
    :'path' => :'String',
    :'public_web_form' => :'BOOLEAN',
    :'editable_submissions' => :'BOOLEAN',
    :'expire_submissions' => :'BOOLEAN',
    :'name' => :'String',
    :'permanent_document_url' => :'String',
    :'template_type' => :'String',
    :'id' => :'String',
    :'page_dimensions' => :'Array<Array<Float>>',
    :'redirect_url' => :'String',
    :'document_url' => :'String'
  }
end