Skip to content

Latest commit

 

History

History
257 lines (142 loc) · 6.84 KB

ExportReportVM.md

File metadata and controls

257 lines (142 loc) · 6.84 KB

ExportReportVM

Properties

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

Methods

NewExportReportVM

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

NewExportReportVMWithDefaults

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

GetFileName

func (o *ExportReportVM) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

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.

SetFileName

func (o *ExportReportVM) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *ExportReportVM) HasFileName() bool

HasFileName returns a boolean if a field has been set.

SetFileNameNil

func (o *ExportReportVM) SetFileNameNil(b bool)

SetFileNameNil sets the value for FileName to be an explicit nil

UnsetFileName

func (o *ExportReportVM) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

GetFolderId

func (o *ExportReportVM) GetFolderId() string

GetFolderId returns the FolderId field if non-nil, zero value otherwise.

GetFolderIdOk

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.

SetFolderId

func (o *ExportReportVM) SetFolderId(v string)

SetFolderId sets FolderId field to given value.

HasFolderId

func (o *ExportReportVM) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

SetFolderIdNil

func (o *ExportReportVM) SetFolderIdNil(b bool)

SetFolderIdNil sets the value for FolderId to be an explicit nil

UnsetFolderId

func (o *ExportReportVM) UnsetFolderId()

UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil

GetLocale

func (o *ExportReportVM) GetLocale() string

GetLocale returns the Locale field if non-nil, zero value otherwise.

GetLocaleOk

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.

SetLocale

func (o *ExportReportVM) SetLocale(v string)

SetLocale sets Locale field to given value.

HasLocale

func (o *ExportReportVM) HasLocale() bool

HasLocale returns a boolean if a field has been set.

SetLocaleNil

func (o *ExportReportVM) SetLocaleNil(b bool)

SetLocaleNil sets the value for Locale to be an explicit nil

UnsetLocale

func (o *ExportReportVM) UnsetLocale()

UnsetLocale ensures that no value is present for Locale, not even an explicit nil

GetPagesCount

func (o *ExportReportVM) GetPagesCount() int32

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

GetPagesCountOk

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.

SetPagesCount

func (o *ExportReportVM) SetPagesCount(v int32)

SetPagesCount sets PagesCount field to given value.

HasPagesCount

func (o *ExportReportVM) HasPagesCount() bool

HasPagesCount returns a boolean if a field has been set.

SetPagesCountNil

func (o *ExportReportVM) SetPagesCountNil(b bool)

SetPagesCountNil sets the value for PagesCount to be an explicit nil

UnsetPagesCount

func (o *ExportReportVM) UnsetPagesCount()

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

GetFormat

func (o *ExportReportVM) GetFormat() ExportFormat

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

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.

SetFormat

func (o *ExportReportVM) SetFormat(v ExportFormat)

SetFormat sets Format field to given value.

HasFormat

func (o *ExportReportVM) HasFormat() bool

HasFormat returns a boolean if a field has been set.

GetExportParameters

func (o *ExportReportVM) GetExportParameters() map[string]string

GetExportParameters returns the ExportParameters field if non-nil, zero value otherwise.

GetExportParametersOk

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.

SetExportParameters

func (o *ExportReportVM) SetExportParameters(v map[string]string)

SetExportParameters sets ExportParameters field to given value.

HasExportParameters

func (o *ExportReportVM) HasExportParameters() bool

HasExportParameters returns a boolean if a field has been set.

SetExportParametersNil

func (o *ExportReportVM) SetExportParametersNil(b bool)

SetExportParametersNil sets the value for ExportParameters to be an explicit nil

UnsetExportParameters

func (o *ExportReportVM) UnsetExportParameters()

UnsetExportParameters ensures that no value is present for ExportParameters, not even an explicit nil

GetT

func (o *ExportReportVM) GetT() string

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

GetTOk

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.

SetT

func (o *ExportReportVM) SetT(v string)

SetT sets T field to given value.

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