Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.59 KB

PreviewReportVM.md

File metadata and controls

92 lines (51 loc) · 2.59 KB

PreviewReportVM

Properties

Name Type Description Notes
Locale Pointer to NullableString [optional]
CacheTolerance Pointer to float64 [optional] [default to 300]

Methods

NewPreviewReportVM

func NewPreviewReportVM() *PreviewReportVM

NewPreviewReportVM instantiates a new PreviewReportVM 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

NewPreviewReportVMWithDefaults

func NewPreviewReportVMWithDefaults() *PreviewReportVM

NewPreviewReportVMWithDefaults instantiates a new PreviewReportVM 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

GetLocale

func (o *PreviewReportVM) GetLocale() string

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

GetLocaleOk

func (o *PreviewReportVM) 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 *PreviewReportVM) SetLocale(v string)

SetLocale sets Locale field to given value.

HasLocale

func (o *PreviewReportVM) HasLocale() bool

HasLocale returns a boolean if a field has been set.

SetLocaleNil

func (o *PreviewReportVM) SetLocaleNil(b bool)

SetLocaleNil sets the value for Locale to be an explicit nil

UnsetLocale

func (o *PreviewReportVM) UnsetLocale()

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

GetCacheTolerance

func (o *PreviewReportVM) GetCacheTolerance() float64

GetCacheTolerance returns the CacheTolerance field if non-nil, zero value otherwise.

GetCacheToleranceOk

func (o *PreviewReportVM) GetCacheToleranceOk() (*float64, bool)

GetCacheToleranceOk returns a tuple with the CacheTolerance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCacheTolerance

func (o *PreviewReportVM) SetCacheTolerance(v float64)

SetCacheTolerance sets CacheTolerance field to given value.

HasCacheTolerance

func (o *PreviewReportVM) HasCacheTolerance() bool

HasCacheTolerance returns a boolean if a field has been set.

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