Method: DocSpring::Template.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'lib/docspring/models/template.rb', line 242

def self.openapi_nullable
  Set.new([
    :'description',
    :'document_filename',
    :'document_md5',
    :'document_url',
    :'embed_domains',
    :'encrypt_pdfs_password',
    :'external_predefined_fields_template_id',
    :'external_predefined_fields_template_name',
    :'id',
    :'name',
    :'page_dimensions',
    :'parent_folder_id',
    :'path',
    :'permanent_document_url',
    :'redirect_url',
    :'slack_webhook_url',
    :'updated_at',
    :'webhook_url',
    :'footer_html',
    :'header_html',
    :'html',
    :'scss',
  ])
end