Skip to content

Latest commit

 

History

History
159 lines (88 loc) · 4.83 KB

UpdatePrepareTemplateTaskVM.md

File metadata and controls

159 lines (88 loc) · 4.83 KB

UpdatePrepareTemplateTaskVM

Properties

Name Type Description Notes
ExportIds Pointer to []string [optional]
PagesCount Pointer to NullableInt32 [optional]
ReportParameters Pointer to map[string]string [optional]
T string

Methods

NewUpdatePrepareTemplateTaskVM

func NewUpdatePrepareTemplateTaskVM(t string, ) *UpdatePrepareTemplateTaskVM

NewUpdatePrepareTemplateTaskVM instantiates a new UpdatePrepareTemplateTaskVM 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

NewUpdatePrepareTemplateTaskVMWithDefaults

func NewUpdatePrepareTemplateTaskVMWithDefaults() *UpdatePrepareTemplateTaskVM

NewUpdatePrepareTemplateTaskVMWithDefaults instantiates a new UpdatePrepareTemplateTaskVM 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

GetExportIds

func (o *UpdatePrepareTemplateTaskVM) GetExportIds() []string

GetExportIds returns the ExportIds field if non-nil, zero value otherwise.

GetExportIdsOk

func (o *UpdatePrepareTemplateTaskVM) GetExportIdsOk() (*[]string, bool)

GetExportIdsOk returns a tuple with the ExportIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExportIds

func (o *UpdatePrepareTemplateTaskVM) SetExportIds(v []string)

SetExportIds sets ExportIds field to given value.

HasExportIds

func (o *UpdatePrepareTemplateTaskVM) HasExportIds() bool

HasExportIds returns a boolean if a field has been set.

SetExportIdsNil

func (o *UpdatePrepareTemplateTaskVM) SetExportIdsNil(b bool)

SetExportIdsNil sets the value for ExportIds to be an explicit nil

UnsetExportIds

func (o *UpdatePrepareTemplateTaskVM) UnsetExportIds()

UnsetExportIds ensures that no value is present for ExportIds, not even an explicit nil

GetPagesCount

func (o *UpdatePrepareTemplateTaskVM) GetPagesCount() int32

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

GetPagesCountOk

func (o *UpdatePrepareTemplateTaskVM) 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 *UpdatePrepareTemplateTaskVM) SetPagesCount(v int32)

SetPagesCount sets PagesCount field to given value.

HasPagesCount

func (o *UpdatePrepareTemplateTaskVM) HasPagesCount() bool

HasPagesCount returns a boolean if a field has been set.

SetPagesCountNil

func (o *UpdatePrepareTemplateTaskVM) SetPagesCountNil(b bool)

SetPagesCountNil sets the value for PagesCount to be an explicit nil

UnsetPagesCount

func (o *UpdatePrepareTemplateTaskVM) UnsetPagesCount()

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

GetReportParameters

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

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

GetReportParametersOk

func (o *UpdatePrepareTemplateTaskVM) 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 *UpdatePrepareTemplateTaskVM) SetReportParameters(v map[string]string)

SetReportParameters sets ReportParameters field to given value.

HasReportParameters

func (o *UpdatePrepareTemplateTaskVM) HasReportParameters() bool

HasReportParameters returns a boolean if a field has been set.

SetReportParametersNil

func (o *UpdatePrepareTemplateTaskVM) SetReportParametersNil(b bool)

SetReportParametersNil sets the value for ReportParameters to be an explicit nil

UnsetReportParameters

func (o *UpdatePrepareTemplateTaskVM) UnsetReportParameters()

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

GetT

func (o *UpdatePrepareTemplateTaskVM) GetT() string

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

GetTOk

func (o *UpdatePrepareTemplateTaskVM) 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 *UpdatePrepareTemplateTaskVM) SetT(v string)

SetT sets T field to given value.

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