Name | Type | Description | Notes |
---|---|---|---|
ExportIds | Pointer to []string | [optional] | |
PagesCount | Pointer to NullableInt32 | [optional] | |
ReportParameters | Pointer to map[string]string | [optional] | |
T | string |
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
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
func (o *UpdatePrepareTemplateTaskVM) GetExportIds() []string
GetExportIds returns the ExportIds field if non-nil, zero value otherwise.
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.
func (o *UpdatePrepareTemplateTaskVM) SetExportIds(v []string)
SetExportIds sets ExportIds field to given value.
func (o *UpdatePrepareTemplateTaskVM) HasExportIds() bool
HasExportIds returns a boolean if a field has been set.
func (o *UpdatePrepareTemplateTaskVM) SetExportIdsNil(b bool)
SetExportIdsNil sets the value for ExportIds to be an explicit nil
func (o *UpdatePrepareTemplateTaskVM) UnsetExportIds()
UnsetExportIds ensures that no value is present for ExportIds, not even an explicit nil
func (o *UpdatePrepareTemplateTaskVM) GetPagesCount() int32
GetPagesCount returns the PagesCount field if non-nil, zero value otherwise.
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.
func (o *UpdatePrepareTemplateTaskVM) SetPagesCount(v int32)
SetPagesCount sets PagesCount field to given value.
func (o *UpdatePrepareTemplateTaskVM) HasPagesCount() bool
HasPagesCount returns a boolean if a field has been set.
func (o *UpdatePrepareTemplateTaskVM) SetPagesCountNil(b bool)
SetPagesCountNil sets the value for PagesCount to be an explicit nil
func (o *UpdatePrepareTemplateTaskVM) UnsetPagesCount()
UnsetPagesCount ensures that no value is present for PagesCount, not even an explicit nil
func (o *UpdatePrepareTemplateTaskVM) GetReportParameters() map[string]string
GetReportParameters returns the ReportParameters field if non-nil, zero value otherwise.
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.
func (o *UpdatePrepareTemplateTaskVM) SetReportParameters(v map[string]string)
SetReportParameters sets ReportParameters field to given value.
func (o *UpdatePrepareTemplateTaskVM) HasReportParameters() bool
HasReportParameters returns a boolean if a field has been set.
func (o *UpdatePrepareTemplateTaskVM) SetReportParametersNil(b bool)
SetReportParametersNil sets the value for ReportParameters to be an explicit nil
func (o *UpdatePrepareTemplateTaskVM) UnsetReportParameters()
UnsetReportParameters ensures that no value is present for ReportParameters, not even an explicit nil
func (o *UpdatePrepareTemplateTaskVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *UpdatePrepareTemplateTaskVM) SetT(v string)
SetT sets T field to given value.