| Name | Type | Description | Notes |
|---|---|---|---|
| AddDataRequestSubmissionIdFooters | bool | ||
| AllowAdditionalProperties | bool | ||
| Description | NullableString | ||
| DocumentFilename | NullableString | ||
| DocumentMd5 | NullableString | ||
| DocumentParseError | bool | ||
| DocumentProcessed | bool | ||
| DocumentState | string | ||
| DocumentUrl | NullableString | ||
| EditableSubmissions | bool | ||
| EmbedDomains | NullableString | ||
| EncryptPdfsPassword | NullableString | ||
| EncryptPdfs | bool | ||
| ExpirationInterval | string | ||
| ExpireAfter | int32 | ||
| ExpireSubmissions | bool | ||
| ExternalPredefinedFieldsTemplateId | NullableString | ||
| ExternalPredefinedFieldsTemplateName | NullableString | ||
| FirstTemplate | bool | ||
| Id | NullableString | ||
| Locked | bool | ||
| MergeAuditTrailPdf | bool | ||
| Name | NullableString | ||
| PageCount | int32 | ||
| PageDimensions | [][]float32 | ||
| ParentFolderId | NullableString | ||
| Path | NullableString | ||
| PermanentDocumentUrl | NullableString | ||
| PublicSubmissions | bool | ||
| PublicWebForm | bool | ||
| RedirectUrl | NullableString | ||
| SlackWebhookUrl | NullableString | ||
| TemplateType | string | ||
| UpdatedAt | NullableString | ||
| VersionPublishedAt | NullableString | ||
| Version | NullableString | ||
| WebhookUrl | NullableString | ||
| Demo | bool | ||
| LatestVersion | NullableString | ||
| LastChangedAt | NullableString | ||
| LastChangedByType | NullableString | ||
| LastChangedById | NullableString | ||
| Defaults | map[string]interface{} | ||
| FieldOrder | [][]float32 | ||
| Fields | map[string]interface{} | ||
| FooterHtml | NullableString | ||
| HeaderHtml | NullableString | ||
| HtmlEngineOptions | map[string]interface{} | ||
| Html | NullableString | ||
| PredefinedFields | []map[string]interface{} | ||
| Scss | NullableString | ||
| SharedFieldData | map[string]interface{} | ||
| Versions | []map[string]interface{} |
func NewTemplate(addDataRequestSubmissionIdFooters bool, allowAdditionalProperties bool, description NullableString, documentFilename NullableString, documentMd5 NullableString, documentParseError bool, documentProcessed bool, documentState string, documentUrl NullableString, editableSubmissions bool, embedDomains NullableString, encryptPdfsPassword NullableString, encryptPdfs bool, expirationInterval string, expireAfter int32, expireSubmissions bool, externalPredefinedFieldsTemplateId NullableString, externalPredefinedFieldsTemplateName NullableString, firstTemplate bool, id NullableString, locked bool, mergeAuditTrailPdf bool, name NullableString, pageCount int32, pageDimensions [][]float32, parentFolderId NullableString, path NullableString, permanentDocumentUrl NullableString, publicSubmissions bool, publicWebForm bool, redirectUrl NullableString, slackWebhookUrl NullableString, templateType string, updatedAt NullableString, versionPublishedAt NullableString, version NullableString, webhookUrl NullableString, demo bool, latestVersion NullableString, lastChangedAt NullableString, lastChangedByType NullableString, lastChangedById NullableString, defaults map[string]interface{}, fieldOrder [][]float32, fields map[string]interface{}, footerHtml NullableString, headerHtml NullableString, htmlEngineOptions map[string]interface{}, html NullableString, predefinedFields []map[string]interface{}, scss NullableString, sharedFieldData map[string]interface{}, versions []map[string]interface{}, ) *Template
NewTemplate instantiates a new Template object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemplateWithDefaults() *Template
NewTemplateWithDefaults instantiates a new Template object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Template) GetAddDataRequestSubmissionIdFooters() bool
GetAddDataRequestSubmissionIdFooters returns the AddDataRequestSubmissionIdFooters field if non-nil, zero value otherwise.
func (o *Template) GetAddDataRequestSubmissionIdFootersOk() (*bool, bool)
GetAddDataRequestSubmissionIdFootersOk returns a tuple with the AddDataRequestSubmissionIdFooters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetAddDataRequestSubmissionIdFooters(v bool)
SetAddDataRequestSubmissionIdFooters sets AddDataRequestSubmissionIdFooters field to given value.
func (o *Template) GetAllowAdditionalProperties() bool
GetAllowAdditionalProperties returns the AllowAdditionalProperties field if non-nil, zero value otherwise.
func (o *Template) GetAllowAdditionalPropertiesOk() (*bool, bool)
GetAllowAdditionalPropertiesOk returns a tuple with the AllowAdditionalProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetAllowAdditionalProperties(v bool)
SetAllowAdditionalProperties sets AllowAdditionalProperties field to given value.
func (o *Template) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Template) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Template) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *Template) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *Template) GetDocumentFilename() string
GetDocumentFilename returns the DocumentFilename field if non-nil, zero value otherwise.
func (o *Template) GetDocumentFilenameOk() (*string, bool)
GetDocumentFilenameOk returns a tuple with the DocumentFilename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDocumentFilename(v string)
SetDocumentFilename sets DocumentFilename field to given value.
func (o *Template) SetDocumentFilenameNil(b bool)
SetDocumentFilenameNil sets the value for DocumentFilename to be an explicit nil
func (o *Template) UnsetDocumentFilename()
UnsetDocumentFilename ensures that no value is present for DocumentFilename, not even an explicit nil
func (o *Template) GetDocumentMd5() string
GetDocumentMd5 returns the DocumentMd5 field if non-nil, zero value otherwise.
func (o *Template) GetDocumentMd5Ok() (*string, bool)
GetDocumentMd5Ok returns a tuple with the DocumentMd5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDocumentMd5(v string)
SetDocumentMd5 sets DocumentMd5 field to given value.
func (o *Template) SetDocumentMd5Nil(b bool)
SetDocumentMd5Nil sets the value for DocumentMd5 to be an explicit nil
func (o *Template) UnsetDocumentMd5()
UnsetDocumentMd5 ensures that no value is present for DocumentMd5, not even an explicit nil
func (o *Template) GetDocumentParseError() bool
GetDocumentParseError returns the DocumentParseError field if non-nil, zero value otherwise.
func (o *Template) GetDocumentParseErrorOk() (*bool, bool)
GetDocumentParseErrorOk returns a tuple with the DocumentParseError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDocumentParseError(v bool)
SetDocumentParseError sets DocumentParseError field to given value.
func (o *Template) GetDocumentProcessed() bool
GetDocumentProcessed returns the DocumentProcessed field if non-nil, zero value otherwise.
func (o *Template) GetDocumentProcessedOk() (*bool, bool)
GetDocumentProcessedOk returns a tuple with the DocumentProcessed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDocumentProcessed(v bool)
SetDocumentProcessed sets DocumentProcessed field to given value.
func (o *Template) GetDocumentState() string
GetDocumentState returns the DocumentState field if non-nil, zero value otherwise.
func (o *Template) GetDocumentStateOk() (*string, bool)
GetDocumentStateOk returns a tuple with the DocumentState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDocumentState(v string)
SetDocumentState sets DocumentState field to given value.
func (o *Template) GetDocumentUrl() string
GetDocumentUrl returns the DocumentUrl field if non-nil, zero value otherwise.
func (o *Template) GetDocumentUrlOk() (*string, bool)
GetDocumentUrlOk returns a tuple with the DocumentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDocumentUrl(v string)
SetDocumentUrl sets DocumentUrl field to given value.
func (o *Template) SetDocumentUrlNil(b bool)
SetDocumentUrlNil sets the value for DocumentUrl to be an explicit nil
func (o *Template) UnsetDocumentUrl()
UnsetDocumentUrl ensures that no value is present for DocumentUrl, not even an explicit nil
func (o *Template) GetEditableSubmissions() bool
GetEditableSubmissions returns the EditableSubmissions field if non-nil, zero value otherwise.
func (o *Template) GetEditableSubmissionsOk() (*bool, bool)
GetEditableSubmissionsOk returns a tuple with the EditableSubmissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetEditableSubmissions(v bool)
SetEditableSubmissions sets EditableSubmissions field to given value.
func (o *Template) GetEmbedDomains() string
GetEmbedDomains returns the EmbedDomains field if non-nil, zero value otherwise.
func (o *Template) GetEmbedDomainsOk() (*string, bool)
GetEmbedDomainsOk returns a tuple with the EmbedDomains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetEmbedDomains(v string)
SetEmbedDomains sets EmbedDomains field to given value.
func (o *Template) SetEmbedDomainsNil(b bool)
SetEmbedDomainsNil sets the value for EmbedDomains to be an explicit nil
func (o *Template) UnsetEmbedDomains()
UnsetEmbedDomains ensures that no value is present for EmbedDomains, not even an explicit nil
func (o *Template) GetEncryptPdfsPassword() string
GetEncryptPdfsPassword returns the EncryptPdfsPassword field if non-nil, zero value otherwise.
func (o *Template) GetEncryptPdfsPasswordOk() (*string, bool)
GetEncryptPdfsPasswordOk returns a tuple with the EncryptPdfsPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetEncryptPdfsPassword(v string)
SetEncryptPdfsPassword sets EncryptPdfsPassword field to given value.
func (o *Template) SetEncryptPdfsPasswordNil(b bool)
SetEncryptPdfsPasswordNil sets the value for EncryptPdfsPassword to be an explicit nil
func (o *Template) UnsetEncryptPdfsPassword()
UnsetEncryptPdfsPassword ensures that no value is present for EncryptPdfsPassword, not even an explicit nil
func (o *Template) GetEncryptPdfs() bool
GetEncryptPdfs returns the EncryptPdfs field if non-nil, zero value otherwise.
func (o *Template) GetEncryptPdfsOk() (*bool, bool)
GetEncryptPdfsOk returns a tuple with the EncryptPdfs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetEncryptPdfs(v bool)
SetEncryptPdfs sets EncryptPdfs field to given value.
func (o *Template) GetExpirationInterval() string
GetExpirationInterval returns the ExpirationInterval field if non-nil, zero value otherwise.
func (o *Template) GetExpirationIntervalOk() (*string, bool)
GetExpirationIntervalOk returns a tuple with the ExpirationInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetExpirationInterval(v string)
SetExpirationInterval sets ExpirationInterval field to given value.
func (o *Template) GetExpireAfter() int32
GetExpireAfter returns the ExpireAfter field if non-nil, zero value otherwise.
func (o *Template) GetExpireAfterOk() (*int32, bool)
GetExpireAfterOk returns a tuple with the ExpireAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetExpireAfter(v int32)
SetExpireAfter sets ExpireAfter field to given value.
func (o *Template) GetExpireSubmissions() bool
GetExpireSubmissions returns the ExpireSubmissions field if non-nil, zero value otherwise.
func (o *Template) GetExpireSubmissionsOk() (*bool, bool)
GetExpireSubmissionsOk returns a tuple with the ExpireSubmissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetExpireSubmissions(v bool)
SetExpireSubmissions sets ExpireSubmissions field to given value.
func (o *Template) GetExternalPredefinedFieldsTemplateId() string
GetExternalPredefinedFieldsTemplateId returns the ExternalPredefinedFieldsTemplateId field if non-nil, zero value otherwise.
func (o *Template) GetExternalPredefinedFieldsTemplateIdOk() (*string, bool)
GetExternalPredefinedFieldsTemplateIdOk returns a tuple with the ExternalPredefinedFieldsTemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetExternalPredefinedFieldsTemplateId(v string)
SetExternalPredefinedFieldsTemplateId sets ExternalPredefinedFieldsTemplateId field to given value.
func (o *Template) SetExternalPredefinedFieldsTemplateIdNil(b bool)
SetExternalPredefinedFieldsTemplateIdNil sets the value for ExternalPredefinedFieldsTemplateId to be an explicit nil
func (o *Template) UnsetExternalPredefinedFieldsTemplateId()
UnsetExternalPredefinedFieldsTemplateId ensures that no value is present for ExternalPredefinedFieldsTemplateId, not even an explicit nil
func (o *Template) GetExternalPredefinedFieldsTemplateName() string
GetExternalPredefinedFieldsTemplateName returns the ExternalPredefinedFieldsTemplateName field if non-nil, zero value otherwise.
func (o *Template) GetExternalPredefinedFieldsTemplateNameOk() (*string, bool)
GetExternalPredefinedFieldsTemplateNameOk returns a tuple with the ExternalPredefinedFieldsTemplateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetExternalPredefinedFieldsTemplateName(v string)
SetExternalPredefinedFieldsTemplateName sets ExternalPredefinedFieldsTemplateName field to given value.
func (o *Template) SetExternalPredefinedFieldsTemplateNameNil(b bool)
SetExternalPredefinedFieldsTemplateNameNil sets the value for ExternalPredefinedFieldsTemplateName to be an explicit nil
func (o *Template) UnsetExternalPredefinedFieldsTemplateName()
UnsetExternalPredefinedFieldsTemplateName ensures that no value is present for ExternalPredefinedFieldsTemplateName, not even an explicit nil
func (o *Template) GetFirstTemplate() bool
GetFirstTemplate returns the FirstTemplate field if non-nil, zero value otherwise.
func (o *Template) GetFirstTemplateOk() (*bool, bool)
GetFirstTemplateOk returns a tuple with the FirstTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetFirstTemplate(v bool)
SetFirstTemplate sets FirstTemplate field to given value.
func (o *Template) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Template) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetId(v string)
SetId sets Id field to given value.
func (o *Template) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *Template) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *Template) GetLocked() bool
GetLocked returns the Locked field if non-nil, zero value otherwise.
func (o *Template) GetLockedOk() (*bool, bool)
GetLockedOk returns a tuple with the Locked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetLocked(v bool)
SetLocked sets Locked field to given value.
func (o *Template) GetMergeAuditTrailPdf() bool
GetMergeAuditTrailPdf returns the MergeAuditTrailPdf field if non-nil, zero value otherwise.
func (o *Template) GetMergeAuditTrailPdfOk() (*bool, bool)
GetMergeAuditTrailPdfOk returns a tuple with the MergeAuditTrailPdf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetMergeAuditTrailPdf(v bool)
SetMergeAuditTrailPdf sets MergeAuditTrailPdf field to given value.
func (o *Template) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Template) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetName(v string)
SetName sets Name field to given value.
func (o *Template) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *Template) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *Template) GetPageCount() int32
GetPageCount returns the PageCount field if non-nil, zero value otherwise.
func (o *Template) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPageCount(v int32)
SetPageCount sets PageCount field to given value.
func (o *Template) GetPageDimensions() [][]float32
GetPageDimensions returns the PageDimensions field if non-nil, zero value otherwise.
func (o *Template) GetPageDimensionsOk() (*[][]float32, bool)
GetPageDimensionsOk returns a tuple with the PageDimensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPageDimensions(v [][]float32)
SetPageDimensions sets PageDimensions field to given value.
func (o *Template) SetPageDimensionsNil(b bool)
SetPageDimensionsNil sets the value for PageDimensions to be an explicit nil
func (o *Template) UnsetPageDimensions()
UnsetPageDimensions ensures that no value is present for PageDimensions, not even an explicit nil
func (o *Template) GetParentFolderId() string
GetParentFolderId returns the ParentFolderId field if non-nil, zero value otherwise.
func (o *Template) GetParentFolderIdOk() (*string, bool)
GetParentFolderIdOk returns a tuple with the ParentFolderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetParentFolderId(v string)
SetParentFolderId sets ParentFolderId field to given value.
func (o *Template) SetParentFolderIdNil(b bool)
SetParentFolderIdNil sets the value for ParentFolderId to be an explicit nil
func (o *Template) UnsetParentFolderId()
UnsetParentFolderId ensures that no value is present for ParentFolderId, not even an explicit nil
func (o *Template) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *Template) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPath(v string)
SetPath sets Path field to given value.
func (o *Template) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *Template) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *Template) GetPermanentDocumentUrl() string
GetPermanentDocumentUrl returns the PermanentDocumentUrl field if non-nil, zero value otherwise.
func (o *Template) GetPermanentDocumentUrlOk() (*string, bool)
GetPermanentDocumentUrlOk returns a tuple with the PermanentDocumentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPermanentDocumentUrl(v string)
SetPermanentDocumentUrl sets PermanentDocumentUrl field to given value.
func (o *Template) SetPermanentDocumentUrlNil(b bool)
SetPermanentDocumentUrlNil sets the value for PermanentDocumentUrl to be an explicit nil
func (o *Template) UnsetPermanentDocumentUrl()
UnsetPermanentDocumentUrl ensures that no value is present for PermanentDocumentUrl, not even an explicit nil
func (o *Template) GetPublicSubmissions() bool
GetPublicSubmissions returns the PublicSubmissions field if non-nil, zero value otherwise.
func (o *Template) GetPublicSubmissionsOk() (*bool, bool)
GetPublicSubmissionsOk returns a tuple with the PublicSubmissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPublicSubmissions(v bool)
SetPublicSubmissions sets PublicSubmissions field to given value.
func (o *Template) GetPublicWebForm() bool
GetPublicWebForm returns the PublicWebForm field if non-nil, zero value otherwise.
func (o *Template) GetPublicWebFormOk() (*bool, bool)
GetPublicWebFormOk returns a tuple with the PublicWebForm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPublicWebForm(v bool)
SetPublicWebForm sets PublicWebForm field to given value.
func (o *Template) GetRedirectUrl() string
GetRedirectUrl returns the RedirectUrl field if non-nil, zero value otherwise.
func (o *Template) GetRedirectUrlOk() (*string, bool)
GetRedirectUrlOk returns a tuple with the RedirectUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetRedirectUrl(v string)
SetRedirectUrl sets RedirectUrl field to given value.
func (o *Template) SetRedirectUrlNil(b bool)
SetRedirectUrlNil sets the value for RedirectUrl to be an explicit nil
func (o *Template) UnsetRedirectUrl()
UnsetRedirectUrl ensures that no value is present for RedirectUrl, not even an explicit nil
func (o *Template) GetSlackWebhookUrl() string
GetSlackWebhookUrl returns the SlackWebhookUrl field if non-nil, zero value otherwise.
func (o *Template) GetSlackWebhookUrlOk() (*string, bool)
GetSlackWebhookUrlOk returns a tuple with the SlackWebhookUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetSlackWebhookUrl(v string)
SetSlackWebhookUrl sets SlackWebhookUrl field to given value.
func (o *Template) SetSlackWebhookUrlNil(b bool)
SetSlackWebhookUrlNil sets the value for SlackWebhookUrl to be an explicit nil
func (o *Template) UnsetSlackWebhookUrl()
UnsetSlackWebhookUrl ensures that no value is present for SlackWebhookUrl, not even an explicit nil
func (o *Template) GetTemplateType() string
GetTemplateType returns the TemplateType field if non-nil, zero value otherwise.
func (o *Template) GetTemplateTypeOk() (*string, bool)
GetTemplateTypeOk returns a tuple with the TemplateType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetTemplateType(v string)
SetTemplateType sets TemplateType field to given value.
func (o *Template) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Template) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Template) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *Template) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *Template) GetVersionPublishedAt() string
GetVersionPublishedAt returns the VersionPublishedAt field if non-nil, zero value otherwise.
func (o *Template) GetVersionPublishedAtOk() (*string, bool)
GetVersionPublishedAtOk returns a tuple with the VersionPublishedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetVersionPublishedAt(v string)
SetVersionPublishedAt sets VersionPublishedAt field to given value.
func (o *Template) SetVersionPublishedAtNil(b bool)
SetVersionPublishedAtNil sets the value for VersionPublishedAt to be an explicit nil
func (o *Template) UnsetVersionPublishedAt()
UnsetVersionPublishedAt ensures that no value is present for VersionPublishedAt, not even an explicit nil
func (o *Template) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Template) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Template) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *Template) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *Template) GetWebhookUrl() string
GetWebhookUrl returns the WebhookUrl field if non-nil, zero value otherwise.
func (o *Template) GetWebhookUrlOk() (*string, bool)
GetWebhookUrlOk returns a tuple with the WebhookUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetWebhookUrl(v string)
SetWebhookUrl sets WebhookUrl field to given value.
func (o *Template) SetWebhookUrlNil(b bool)
SetWebhookUrlNil sets the value for WebhookUrl to be an explicit nil
func (o *Template) UnsetWebhookUrl()
UnsetWebhookUrl ensures that no value is present for WebhookUrl, not even an explicit nil
func (o *Template) GetDemo() bool
GetDemo returns the Demo field if non-nil, zero value otherwise.
func (o *Template) GetDemoOk() (*bool, bool)
GetDemoOk returns a tuple with the Demo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDemo(v bool)
SetDemo sets Demo field to given value.
func (o *Template) GetLatestVersion() string
GetLatestVersion returns the LatestVersion field if non-nil, zero value otherwise.
func (o *Template) GetLatestVersionOk() (*string, bool)
GetLatestVersionOk returns a tuple with the LatestVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetLatestVersion(v string)
SetLatestVersion sets LatestVersion field to given value.
func (o *Template) SetLatestVersionNil(b bool)
SetLatestVersionNil sets the value for LatestVersion to be an explicit nil
func (o *Template) UnsetLatestVersion()
UnsetLatestVersion ensures that no value is present for LatestVersion, not even an explicit nil
func (o *Template) GetLastChangedAt() string
GetLastChangedAt returns the LastChangedAt field if non-nil, zero value otherwise.
func (o *Template) GetLastChangedAtOk() (*string, bool)
GetLastChangedAtOk returns a tuple with the LastChangedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetLastChangedAt(v string)
SetLastChangedAt sets LastChangedAt field to given value.
func (o *Template) SetLastChangedAtNil(b bool)
SetLastChangedAtNil sets the value for LastChangedAt to be an explicit nil
func (o *Template) UnsetLastChangedAt()
UnsetLastChangedAt ensures that no value is present for LastChangedAt, not even an explicit nil
func (o *Template) GetLastChangedByType() string
GetLastChangedByType returns the LastChangedByType field if non-nil, zero value otherwise.
func (o *Template) GetLastChangedByTypeOk() (*string, bool)
GetLastChangedByTypeOk returns a tuple with the LastChangedByType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetLastChangedByType(v string)
SetLastChangedByType sets LastChangedByType field to given value.
func (o *Template) SetLastChangedByTypeNil(b bool)
SetLastChangedByTypeNil sets the value for LastChangedByType to be an explicit nil
func (o *Template) UnsetLastChangedByType()
UnsetLastChangedByType ensures that no value is present for LastChangedByType, not even an explicit nil
func (o *Template) GetLastChangedById() string
GetLastChangedById returns the LastChangedById field if non-nil, zero value otherwise.
func (o *Template) GetLastChangedByIdOk() (*string, bool)
GetLastChangedByIdOk returns a tuple with the LastChangedById field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetLastChangedById(v string)
SetLastChangedById sets LastChangedById field to given value.
func (o *Template) SetLastChangedByIdNil(b bool)
SetLastChangedByIdNil sets the value for LastChangedById to be an explicit nil
func (o *Template) UnsetLastChangedById()
UnsetLastChangedById ensures that no value is present for LastChangedById, not even an explicit nil
func (o *Template) GetDefaults() map[string]interface{}
GetDefaults returns the Defaults field if non-nil, zero value otherwise.
func (o *Template) GetDefaultsOk() (*map[string]interface{}, bool)
GetDefaultsOk returns a tuple with the Defaults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetDefaults(v map[string]interface{})
SetDefaults sets Defaults field to given value.
func (o *Template) GetFieldOrder() [][]float32
GetFieldOrder returns the FieldOrder field if non-nil, zero value otherwise.
func (o *Template) GetFieldOrderOk() (*[][]float32, bool)
GetFieldOrderOk returns a tuple with the FieldOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetFieldOrder(v [][]float32)
SetFieldOrder sets FieldOrder field to given value.
func (o *Template) GetFields() map[string]interface{}
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *Template) GetFieldsOk() (*map[string]interface{}, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetFields(v map[string]interface{})
SetFields sets Fields field to given value.
func (o *Template) GetFooterHtml() string
GetFooterHtml returns the FooterHtml field if non-nil, zero value otherwise.
func (o *Template) GetFooterHtmlOk() (*string, bool)
GetFooterHtmlOk returns a tuple with the FooterHtml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetFooterHtml(v string)
SetFooterHtml sets FooterHtml field to given value.
func (o *Template) SetFooterHtmlNil(b bool)
SetFooterHtmlNil sets the value for FooterHtml to be an explicit nil
func (o *Template) UnsetFooterHtml()
UnsetFooterHtml ensures that no value is present for FooterHtml, not even an explicit nil
func (o *Template) GetHeaderHtml() string
GetHeaderHtml returns the HeaderHtml field if non-nil, zero value otherwise.
func (o *Template) GetHeaderHtmlOk() (*string, bool)
GetHeaderHtmlOk returns a tuple with the HeaderHtml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetHeaderHtml(v string)
SetHeaderHtml sets HeaderHtml field to given value.
func (o *Template) SetHeaderHtmlNil(b bool)
SetHeaderHtmlNil sets the value for HeaderHtml to be an explicit nil
func (o *Template) UnsetHeaderHtml()
UnsetHeaderHtml ensures that no value is present for HeaderHtml, not even an explicit nil
func (o *Template) GetHtmlEngineOptions() map[string]interface{}
GetHtmlEngineOptions returns the HtmlEngineOptions field if non-nil, zero value otherwise.
func (o *Template) GetHtmlEngineOptionsOk() (*map[string]interface{}, bool)
GetHtmlEngineOptionsOk returns a tuple with the HtmlEngineOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetHtmlEngineOptions(v map[string]interface{})
SetHtmlEngineOptions sets HtmlEngineOptions field to given value.
func (o *Template) GetHtml() string
GetHtml returns the Html field if non-nil, zero value otherwise.
func (o *Template) GetHtmlOk() (*string, bool)
GetHtmlOk returns a tuple with the Html field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetHtml(v string)
SetHtml sets Html field to given value.
func (o *Template) SetHtmlNil(b bool)
SetHtmlNil sets the value for Html to be an explicit nil
func (o *Template) UnsetHtml()
UnsetHtml ensures that no value is present for Html, not even an explicit nil
func (o *Template) GetPredefinedFields() []map[string]interface{}
GetPredefinedFields returns the PredefinedFields field if non-nil, zero value otherwise.
func (o *Template) GetPredefinedFieldsOk() (*[]map[string]interface{}, bool)
GetPredefinedFieldsOk returns a tuple with the PredefinedFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetPredefinedFields(v []map[string]interface{})
SetPredefinedFields sets PredefinedFields field to given value.
func (o *Template) GetScss() string
GetScss returns the Scss field if non-nil, zero value otherwise.
func (o *Template) GetScssOk() (*string, bool)
GetScssOk returns a tuple with the Scss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetScss(v string)
SetScss sets Scss field to given value.
func (o *Template) SetScssNil(b bool)
SetScssNil sets the value for Scss to be an explicit nil
func (o *Template) UnsetScss()
UnsetScss ensures that no value is present for Scss, not even an explicit nil
func (o *Template) GetSharedFieldData() map[string]interface{}
GetSharedFieldData returns the SharedFieldData field if non-nil, zero value otherwise.
func (o *Template) GetSharedFieldDataOk() (*map[string]interface{}, bool)
GetSharedFieldDataOk returns a tuple with the SharedFieldData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetSharedFieldData(v map[string]interface{})
SetSharedFieldData sets SharedFieldData field to given value.
func (o *Template) GetVersions() []map[string]interface{}
GetVersions returns the Versions field if non-nil, zero value otherwise.
func (o *Template) GetVersionsOk() (*[]map[string]interface{}, bool)
GetVersionsOk returns a tuple with the Versions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Template) SetVersions(v []map[string]interface{})
SetVersions sets Versions field to given value.