| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | Template id | [optional] |
| Privacy | Pointer to string | Template privacy | [optional] |
| Type | Pointer to TemplateType | [optional] | |
| Name | Pointer to string | Template name | [optional] |
| CanDisableWatermark | Pointer to bool | Can disable watermark | [optional] |
| Author | Pointer to string | Template author | [optional] |
| Content | Pointer to string | Template definition content | [optional] |
| SupportsCustomTaxable | Pointer to bool | Supports custom taxable | [optional] |
func NewDocumentTemplate() *DocumentTemplate
NewDocumentTemplate instantiates a new DocumentTemplate 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 NewDocumentTemplateWithDefaults() *DocumentTemplate
NewDocumentTemplateWithDefaults instantiates a new DocumentTemplate 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 *DocumentTemplate) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetIdOk() (*int32, 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 *DocumentTemplate) SetId(v int32)
SetId sets Id field to given value.
func (o *DocumentTemplate) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DocumentTemplate) GetPrivacy() string
GetPrivacy returns the Privacy field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetPrivacyOk() (*string, bool)
GetPrivacyOk returns a tuple with the Privacy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentTemplate) SetPrivacy(v string)
SetPrivacy sets Privacy field to given value.
func (o *DocumentTemplate) HasPrivacy() bool
HasPrivacy returns a boolean if a field has been set.
func (o *DocumentTemplate) GetType() TemplateType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetTypeOk() (*TemplateType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentTemplate) SetType(v TemplateType)
SetType sets Type field to given value.
func (o *DocumentTemplate) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DocumentTemplate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DocumentTemplate) 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 *DocumentTemplate) SetName(v string)
SetName sets Name field to given value.
func (o *DocumentTemplate) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DocumentTemplate) GetCanDisableWatermark() bool
GetCanDisableWatermark returns the CanDisableWatermark field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetCanDisableWatermarkOk() (*bool, bool)
GetCanDisableWatermarkOk returns a tuple with the CanDisableWatermark field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentTemplate) SetCanDisableWatermark(v bool)
SetCanDisableWatermark sets CanDisableWatermark field to given value.
func (o *DocumentTemplate) HasCanDisableWatermark() bool
HasCanDisableWatermark returns a boolean if a field has been set.
func (o *DocumentTemplate) GetAuthor() string
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentTemplate) SetAuthor(v string)
SetAuthor sets Author field to given value.
func (o *DocumentTemplate) HasAuthor() bool
HasAuthor returns a boolean if a field has been set.
func (o *DocumentTemplate) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentTemplate) SetContent(v string)
SetContent sets Content field to given value.
func (o *DocumentTemplate) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *DocumentTemplate) GetSupportsCustomTaxable() bool
GetSupportsCustomTaxable returns the SupportsCustomTaxable field if non-nil, zero value otherwise.
func (o *DocumentTemplate) GetSupportsCustomTaxableOk() (*bool, bool)
GetSupportsCustomTaxableOk returns a tuple with the SupportsCustomTaxable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentTemplate) SetSupportsCustomTaxable(v bool)
SetSupportsCustomTaxable sets SupportsCustomTaxable field to given value.
func (o *DocumentTemplate) HasSupportsCustomTaxable() bool
HasSupportsCustomTaxable returns a boolean if a field has been set.