Skip to content

Latest commit

 

History

History
231 lines (128 loc) · 6.23 KB

PrepareTemplateVM.md

File metadata and controls

231 lines (128 loc) · 6.23 KB

PrepareTemplateVM

Properties

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

Methods

NewPrepareTemplateVM

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

NewPrepareTemplateVMWithDefaults

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

GetName

func (o *PrepareTemplateVM) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PrepareTemplateVM) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PrepareTemplateVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *PrepareTemplateVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *PrepareTemplateVM) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetLocale

func (o *PrepareTemplateVM) GetLocale() string

GetLocale returns the Locale field if non-nil, zero value otherwise.

GetLocaleOk

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.

SetLocale

func (o *PrepareTemplateVM) SetLocale(v string)

SetLocale sets Locale field to given value.

HasLocale

func (o *PrepareTemplateVM) HasLocale() bool

HasLocale returns a boolean if a field has been set.

SetLocaleNil

func (o *PrepareTemplateVM) SetLocaleNil(b bool)

SetLocaleNil sets the value for Locale to be an explicit nil

UnsetLocale

func (o *PrepareTemplateVM) UnsetLocale()

UnsetLocale ensures that no value is present for Locale, not even an explicit nil

GetFolderId

func (o *PrepareTemplateVM) GetFolderId() string

GetFolderId returns the FolderId field if non-nil, zero value otherwise.

GetFolderIdOk

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.

SetFolderId

func (o *PrepareTemplateVM) SetFolderId(v string)

SetFolderId sets FolderId field to given value.

HasFolderId

func (o *PrepareTemplateVM) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

SetFolderIdNil

func (o *PrepareTemplateVM) SetFolderIdNil(b bool)

SetFolderIdNil sets the value for FolderId to be an explicit nil

UnsetFolderId

func (o *PrepareTemplateVM) UnsetFolderId()

UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil

GetPagesCount

func (o *PrepareTemplateVM) GetPagesCount() int32

GetPagesCount returns the PagesCount field if non-nil, zero value otherwise.

GetPagesCountOk

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.

SetPagesCount

func (o *PrepareTemplateVM) SetPagesCount(v int32)

SetPagesCount sets PagesCount field to given value.

HasPagesCount

func (o *PrepareTemplateVM) HasPagesCount() bool

HasPagesCount returns a boolean if a field has been set.

SetPagesCountNil

func (o *PrepareTemplateVM) SetPagesCountNil(b bool)

SetPagesCountNil sets the value for PagesCount to be an explicit nil

UnsetPagesCount

func (o *PrepareTemplateVM) UnsetPagesCount()

UnsetPagesCount ensures that no value is present for PagesCount, not even an explicit nil

GetReportParameters

func (o *PrepareTemplateVM) GetReportParameters() map[string]string

GetReportParameters returns the ReportParameters field if non-nil, zero value otherwise.

GetReportParametersOk

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.

SetReportParameters

func (o *PrepareTemplateVM) SetReportParameters(v map[string]string)

SetReportParameters sets ReportParameters field to given value.

HasReportParameters

func (o *PrepareTemplateVM) HasReportParameters() bool

HasReportParameters returns a boolean if a field has been set.

SetReportParametersNil

func (o *PrepareTemplateVM) SetReportParametersNil(b bool)

SetReportParametersNil sets the value for ReportParameters to be an explicit nil

UnsetReportParameters

func (o *PrepareTemplateVM) UnsetReportParameters()

UnsetReportParameters ensures that no value is present for ReportParameters, not even an explicit nil

GetT

func (o *PrepareTemplateVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

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.

SetT

func (o *PrepareTemplateVM) SetT(v string)

SetT sets T field to given value.

[Back to Model list] [Back to API list] [Back to README]