Name | Type | Description | Notes |
---|---|---|---|
Locale | Pointer to NullableString | [optional] | |
ReportParameters | Pointer to map[string]string | [optional] | |
CacheTolerance | Pointer to float64 | [optional] [default to 300] | |
T | string |
func NewPreviewTemplateVM(t string, ) *PreviewTemplateVM
NewPreviewTemplateVM instantiates a new PreviewTemplateVM 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 NewPreviewTemplateVMWithDefaults() *PreviewTemplateVM
NewPreviewTemplateVMWithDefaults instantiates a new PreviewTemplateVM 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 *PreviewTemplateVM) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *PreviewTemplateVM) 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 *PreviewTemplateVM) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *PreviewTemplateVM) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *PreviewTemplateVM) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *PreviewTemplateVM) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *PreviewTemplateVM) GetReportParameters() map[string]string
GetReportParameters returns the ReportParameters field if non-nil, zero value otherwise.
func (o *PreviewTemplateVM) 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 *PreviewTemplateVM) SetReportParameters(v map[string]string)
SetReportParameters sets ReportParameters field to given value.
func (o *PreviewTemplateVM) HasReportParameters() bool
HasReportParameters returns a boolean if a field has been set.
func (o *PreviewTemplateVM) SetReportParametersNil(b bool)
SetReportParametersNil sets the value for ReportParameters to be an explicit nil
func (o *PreviewTemplateVM) UnsetReportParameters()
UnsetReportParameters ensures that no value is present for ReportParameters, not even an explicit nil
func (o *PreviewTemplateVM) GetCacheTolerance() float64
GetCacheTolerance returns the CacheTolerance field if non-nil, zero value otherwise.
func (o *PreviewTemplateVM) 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.
func (o *PreviewTemplateVM) SetCacheTolerance(v float64)
SetCacheTolerance sets CacheTolerance field to given value.
func (o *PreviewTemplateVM) HasCacheTolerance() bool
HasCacheTolerance returns a boolean if a field has been set.
func (o *PreviewTemplateVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *PreviewTemplateVM) 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 *PreviewTemplateVM) SetT(v string)
SetT sets T field to given value.