Name | Type | Description | Notes |
---|---|---|---|
Exports | Pointer to []RunExportReportTaskVM | [optional] | |
PagesCount | Pointer to int32 | [optional] | |
ReportParameters | Pointer to map[string]string | [optional] | |
T | string |
func NewRunPrepareTemplateTaskVM(t string, ) *RunPrepareTemplateTaskVM
NewRunPrepareTemplateTaskVM instantiates a new RunPrepareTemplateTaskVM 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 NewRunPrepareTemplateTaskVMWithDefaults() *RunPrepareTemplateTaskVM
NewRunPrepareTemplateTaskVMWithDefaults instantiates a new RunPrepareTemplateTaskVM 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 *RunPrepareTemplateTaskVM) GetExports() []RunExportReportTaskVM
GetExports returns the Exports field if non-nil, zero value otherwise.
func (o *RunPrepareTemplateTaskVM) GetExportsOk() (*[]RunExportReportTaskVM, bool)
GetExportsOk returns a tuple with the Exports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RunPrepareTemplateTaskVM) SetExports(v []RunExportReportTaskVM)
SetExports sets Exports field to given value.
func (o *RunPrepareTemplateTaskVM) HasExports() bool
HasExports returns a boolean if a field has been set.
func (o *RunPrepareTemplateTaskVM) SetExportsNil(b bool)
SetExportsNil sets the value for Exports to be an explicit nil
func (o *RunPrepareTemplateTaskVM) UnsetExports()
UnsetExports ensures that no value is present for Exports, not even an explicit nil
func (o *RunPrepareTemplateTaskVM) GetPagesCount() int32
GetPagesCount returns the PagesCount field if non-nil, zero value otherwise.
func (o *RunPrepareTemplateTaskVM) 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 *RunPrepareTemplateTaskVM) SetPagesCount(v int32)
SetPagesCount sets PagesCount field to given value.
func (o *RunPrepareTemplateTaskVM) HasPagesCount() bool
HasPagesCount returns a boolean if a field has been set.
func (o *RunPrepareTemplateTaskVM) GetReportParameters() map[string]string
GetReportParameters returns the ReportParameters field if non-nil, zero value otherwise.
func (o *RunPrepareTemplateTaskVM) 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 *RunPrepareTemplateTaskVM) SetReportParameters(v map[string]string)
SetReportParameters sets ReportParameters field to given value.
func (o *RunPrepareTemplateTaskVM) HasReportParameters() bool
HasReportParameters returns a boolean if a field has been set.
func (o *RunPrepareTemplateTaskVM) SetReportParametersNil(b bool)
SetReportParametersNil sets the value for ReportParameters to be an explicit nil
func (o *RunPrepareTemplateTaskVM) UnsetReportParameters()
UnsetReportParameters ensures that no value is present for ReportParameters, not even an explicit nil
func (o *RunPrepareTemplateTaskVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *RunPrepareTemplateTaskVM) 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 *RunPrepareTemplateTaskVM) SetT(v string)
SetT sets T field to given value.