Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Locale | Pointer to NullableString | [optional] | |
FolderId | Pointer to NullableString | [optional] | |
PagesCount | Pointer to NullableInt32 | [optional] | |
ReportParameters | Pointer to map[string]string | [optional] | |
T | string |
func NewPrepareTemplateVM(t string, ) *PrepareTemplateVM
NewPrepareTemplateVM instantiates a new PrepareTemplateVM 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 NewPrepareTemplateVMWithDefaults() *PrepareTemplateVM
NewPrepareTemplateVMWithDefaults instantiates a new PrepareTemplateVM 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 *PrepareTemplateVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PrepareTemplateVM) 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 *PrepareTemplateVM) SetName(v string)
SetName sets Name field to given value.
func (o *PrepareTemplateVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PrepareTemplateVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *PrepareTemplateVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *PrepareTemplateVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *PrepareTemplateVM) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareTemplateVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *PrepareTemplateVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *PrepareTemplateVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *PrepareTemplateVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *PrepareTemplateVM) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
func (o *PrepareTemplateVM) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareTemplateVM) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *PrepareTemplateVM) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (o *PrepareTemplateVM) SetFolderIdNil(b bool)
SetFolderIdNil sets the value for FolderId to be an explicit nil
func (o *PrepareTemplateVM) UnsetFolderId()
UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil
func (o *PrepareTemplateVM) GetPagesCount() int32
GetPagesCount returns the PagesCount field if non-nil, zero value otherwise.
func (o *PrepareTemplateVM) GetPagesCountOk() (*int32, bool)
GetPagesCountOk returns a tuple with the PagesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareTemplateVM) SetPagesCount(v int32)
SetPagesCount sets PagesCount field to given value.
func (o *PrepareTemplateVM) HasPagesCount() bool
HasPagesCount returns a boolean if a field has been set.
func (o *PrepareTemplateVM) SetPagesCountNil(b bool)
SetPagesCountNil sets the value for PagesCount to be an explicit nil
func (o *PrepareTemplateVM) UnsetPagesCount()
UnsetPagesCount ensures that no value is present for PagesCount, not even an explicit nil
func (o *PrepareTemplateVM) GetReportParameters() map[string]string
GetReportParameters returns the ReportParameters field if non-nil, zero value otherwise.
func (o *PrepareTemplateVM) GetReportParametersOk() (*map[string]string, bool)
GetReportParametersOk returns a tuple with the ReportParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareTemplateVM) SetReportParameters(v map[string]string)
SetReportParameters sets ReportParameters field to given value.
func (o *PrepareTemplateVM) HasReportParameters() bool
HasReportParameters returns a boolean if a field has been set.
func (o *PrepareTemplateVM) SetReportParametersNil(b bool)
SetReportParametersNil sets the value for ReportParameters to be an explicit nil
func (o *PrepareTemplateVM) UnsetReportParameters()
UnsetReportParameters ensures that no value is present for ReportParameters, not even an explicit nil
func (o *PrepareTemplateVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *PrepareTemplateVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareTemplateVM) SetT(v string)
SetT sets T field to given value.