| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| ParameterName | Pointer to NullableString | [optional] | |
| ParameterType | Pointer to CSSCMSCoreEnumsReportParameterType | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| DefaultValue | Pointer to NullableString | [optional] | |
| DisplayOrder | Pointer to int32 | [optional] | |
| ParameterVisibility | Pointer to CSSCMSCoreEnumsReportParameterVisibility | [optional] |
func NewCSSCMSDataModelModelsReportParameters() *CSSCMSDataModelModelsReportParameters
NewCSSCMSDataModelModelsReportParameters instantiates a new CSSCMSDataModelModelsReportParameters 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 NewCSSCMSDataModelModelsReportParametersWithDefaults() *CSSCMSDataModelModelsReportParameters
NewCSSCMSDataModelModelsReportParametersWithDefaults instantiates a new CSSCMSDataModelModelsReportParameters 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 *CSSCMSDataModelModelsReportParameters) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) 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 *CSSCMSDataModelModelsReportParameters) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) GetParameterName() string
GetParameterName returns the ParameterName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) GetParameterNameOk() (*string, bool)
GetParameterNameOk returns a tuple with the ParameterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetParameterName(v string)
SetParameterName sets ParameterName field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasParameterName() bool
HasParameterName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetParameterNameNil(b bool)
SetParameterNameNil sets the value for ParameterName to be an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) UnsetParameterName()
UnsetParameterName ensures that no value is present for ParameterName, not even an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) GetParameterType() CSSCMSCoreEnumsReportParameterType
GetParameterType returns the ParameterType field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) GetParameterTypeOk() (*CSSCMSCoreEnumsReportParameterType, bool)
GetParameterTypeOk returns a tuple with the ParameterType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetParameterType(v CSSCMSCoreEnumsReportParameterType)
SetParameterType sets ParameterType field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasParameterType() bool
HasParameterType returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) 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 *CSSCMSDataModelModelsReportParameters) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) 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 *CSSCMSDataModelModelsReportParameters) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) 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 *CSSCMSDataModelModelsReportParameters) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetDefaultValueNil(b bool)
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
func (o *CSSCMSDataModelModelsReportParameters) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) GetDisplayOrderOk() (*int32, bool)
GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetDisplayOrder(v int32)
SetDisplayOrder sets DisplayOrder field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasDisplayOrder() bool
HasDisplayOrder returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportParameters) GetParameterVisibility() CSSCMSCoreEnumsReportParameterVisibility
GetParameterVisibility returns the ParameterVisibility field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsReportParameters) GetParameterVisibilityOk() (*CSSCMSCoreEnumsReportParameterVisibility, bool)
GetParameterVisibilityOk returns a tuple with the ParameterVisibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsReportParameters) SetParameterVisibility(v CSSCMSCoreEnumsReportParameterVisibility)
SetParameterVisibility sets ParameterVisibility field to given value.
func (o *CSSCMSDataModelModelsReportParameters) HasParameterVisibility() bool
HasParameterVisibility returns a boolean if a field has been set.