Sha256: 6fa95ca8c1a603307c1c298b272a0b42ef9b0d5fcdc2cffd897fa26e09fdd408
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
# DocSpring::Template ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **description** | **String** | | | | **public_web_form** | **Boolean** | | | | **public_submissions** | **Boolean** | | | | **expire_submissions** | **Boolean** | | | | **expire_after** | **Float** | | | | **expiration_interval** | **String** | | | | **allow_additional_properties** | **Boolean** | | | | **editable_submissions** | **Boolean** | | | | **locked** | **Boolean** | | | | **webhook_url** | **String** | | | | **slack_webhook_url** | **String** | | | | **redirect_url** | **String** | | | | **id** | **String** | | | | **template_type** | **String** | | | | **page_dimensions** | **Array<Array<Float>>** | | | | **document_url** | **String** | | | | **permanent_document_url** | **String** | | | | **path** | **String** | | | | **parent_folder_id** | **String** | | | ## Example ```ruby require 'docspring' instance = DocSpring::Template.new( name: null, description: null, public_web_form: null, public_submissions: null, expire_submissions: null, expire_after: null, expiration_interval: null, allow_additional_properties: null, editable_submissions: null, locked: null, webhook_url: null, slack_webhook_url: null, redirect_url: null, id: null, template_type: null, page_dimensions: null, document_url: null, permanent_document_url: null, path: null, parent_folder_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/Template.md |