Name | Type | Description | Notes |
---|---|---|---|
ExportParameters | Pointer to map[string]string | [optional] | |
Format | Pointer to NullableExportFormat | [optional] | |
PagesCount | Pointer to NullableInt32 | [optional] | |
T | string |
func NewUpdateExportReportTaskVM(t string, ) *UpdateExportReportTaskVM
NewUpdateExportReportTaskVM instantiates a new UpdateExportReportTaskVM 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 NewUpdateExportReportTaskVMWithDefaults() *UpdateExportReportTaskVM
NewUpdateExportReportTaskVMWithDefaults instantiates a new UpdateExportReportTaskVM 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 *UpdateExportReportTaskVM) GetExportParameters() map[string]string
GetExportParameters returns the ExportParameters field if non-nil, zero value otherwise.
func (o *UpdateExportReportTaskVM) GetExportParametersOk() (*map[string]string, bool)
GetExportParametersOk returns a tuple with the ExportParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExportReportTaskVM) SetExportParameters(v map[string]string)
SetExportParameters sets ExportParameters field to given value.
func (o *UpdateExportReportTaskVM) HasExportParameters() bool
HasExportParameters returns a boolean if a field has been set.
func (o *UpdateExportReportTaskVM) SetExportParametersNil(b bool)
SetExportParametersNil sets the value for ExportParameters to be an explicit nil
func (o *UpdateExportReportTaskVM) UnsetExportParameters()
UnsetExportParameters ensures that no value is present for ExportParameters, not even an explicit nil
func (o *UpdateExportReportTaskVM) GetFormat() ExportFormat
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *UpdateExportReportTaskVM) GetFormatOk() (*ExportFormat, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExportReportTaskVM) SetFormat(v ExportFormat)
SetFormat sets Format field to given value.
func (o *UpdateExportReportTaskVM) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *UpdateExportReportTaskVM) SetFormatNil(b bool)
SetFormatNil sets the value for Format to be an explicit nil
func (o *UpdateExportReportTaskVM) UnsetFormat()
UnsetFormat ensures that no value is present for Format, not even an explicit nil
func (o *UpdateExportReportTaskVM) GetPagesCount() int32
GetPagesCount returns the PagesCount field if non-nil, zero value otherwise.
func (o *UpdateExportReportTaskVM) 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 *UpdateExportReportTaskVM) SetPagesCount(v int32)
SetPagesCount sets PagesCount field to given value.
func (o *UpdateExportReportTaskVM) HasPagesCount() bool
HasPagesCount returns a boolean if a field has been set.
func (o *UpdateExportReportTaskVM) SetPagesCountNil(b bool)
SetPagesCountNil sets the value for PagesCount to be an explicit nil
func (o *UpdateExportReportTaskVM) UnsetPagesCount()
UnsetPagesCount ensures that no value is present for PagesCount, not even an explicit nil
func (o *UpdateExportReportTaskVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *UpdateExportReportTaskVM) 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 *UpdateExportReportTaskVM) SetT(v string)
SetT sets T field to given value.