Name | Type | Description | Notes |
---|---|---|---|
FileName | Pointer to NullableString | [optional] | |
FolderId | Pointer to NullableString | [optional] | |
Locale | Pointer to NullableString | [optional] | |
PagesCount | Pointer to NullableInt32 | [optional] | |
Format | Pointer to ExportFormat | [optional] | |
ExportParameters | Pointer to map[string]string | [optional] | |
T | string |
func NewExportReportVM(t string, ) *ExportReportVM
NewExportReportVM instantiates a new ExportReportVM 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 NewExportReportVMWithDefaults() *ExportReportVM
NewExportReportVMWithDefaults instantiates a new ExportReportVM 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 *ExportReportVM) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *ExportReportVM) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportReportVM) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *ExportReportVM) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *ExportReportVM) SetFileNameNil(b bool)
SetFileNameNil sets the value for FileName to be an explicit nil
func (o *ExportReportVM) UnsetFileName()
UnsetFileName ensures that no value is present for FileName, not even an explicit nil
func (o *ExportReportVM) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
func (o *ExportReportVM) 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.
func (o *ExportReportVM) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *ExportReportVM) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (o *ExportReportVM) SetFolderIdNil(b bool)
SetFolderIdNil sets the value for FolderId to be an explicit nil
func (o *ExportReportVM) UnsetFolderId()
UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil
func (o *ExportReportVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *ExportReportVM) 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.
func (o *ExportReportVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *ExportReportVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *ExportReportVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *ExportReportVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *ExportReportVM) GetPagesCount() int32
GetPagesCount returns the PagesCount field if non-nil, zero value otherwise.
func (o *ExportReportVM) 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 *ExportReportVM) SetPagesCount(v int32)
SetPagesCount sets PagesCount field to given value.
func (o *ExportReportVM) HasPagesCount() bool
HasPagesCount returns a boolean if a field has been set.
func (o *ExportReportVM) SetPagesCountNil(b bool)
SetPagesCountNil sets the value for PagesCount to be an explicit nil
func (o *ExportReportVM) UnsetPagesCount()
UnsetPagesCount ensures that no value is present for PagesCount, not even an explicit nil
func (o *ExportReportVM) GetFormat() ExportFormat
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *ExportReportVM) 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 *ExportReportVM) SetFormat(v ExportFormat)
SetFormat sets Format field to given value.
func (o *ExportReportVM) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *ExportReportVM) GetExportParameters() map[string]string
GetExportParameters returns the ExportParameters field if non-nil, zero value otherwise.
func (o *ExportReportVM) 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 *ExportReportVM) SetExportParameters(v map[string]string)
SetExportParameters sets ExportParameters field to given value.
func (o *ExportReportVM) HasExportParameters() bool
HasExportParameters returns a boolean if a field has been set.
func (o *ExportReportVM) SetExportParametersNil(b bool)
SetExportParametersNil sets the value for ExportParameters to be an explicit nil
func (o *ExportReportVM) UnsetExportParameters()
UnsetExportParameters ensures that no value is present for ExportParameters, not even an explicit nil
func (o *ExportReportVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *ExportReportVM) 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 *ExportReportVM) SetT(v string)
SetT sets T field to given value.