| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| DefaultValue | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsReportParametersRequest() *CSSCMSDataModelModelsReportParametersRequest
NewCSSCMSDataModelModelsReportParametersRequest instantiates a new CSSCMSDataModelModelsReportParametersRequest 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 NewCSSCMSDataModelModelsReportParametersRequestWithDefaults() *CSSCMSDataModelModelsReportParametersRequest
NewCSSCMSDataModelModelsReportParametersRequestWithDefaults instantiates a new CSSCMSDataModelModelsReportParametersRequest 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 *CSSCMSDataModelModelsReportParametersRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParametersRequest) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsReportParametersRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParametersRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CSSCMSDataModelModelsReportParametersRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *CSSCMSDataModelModelsReportParametersRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParametersRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CSSCMSDataModelModelsReportParametersRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CSSCMSDataModelModelsReportParametersRequest) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParametersRequest) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *CSSCMSDataModelModelsReportParametersRequest) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParametersRequest) SetDefaultValueNil(b bool)
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil