| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| ParameterName | Pointer to string | [optional] | |
| ParameterType | Pointer to int32 | [optional] | |
| DisplayName | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| DefaultValue | Pointer to string | [optional] | |
| DisplayOrder | Pointer to int32 | [optional] | |
| ParameterVisibility | Pointer to int32 | [optional] |
func NewModelsReportParameters() *ModelsReportParameters
NewModelsReportParameters instantiates a new ModelsReportParameters 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 NewModelsReportParametersWithDefaults() *ModelsReportParameters
NewModelsReportParametersWithDefaults instantiates a new ModelsReportParameters 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 *ModelsReportParameters) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) 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 *ModelsReportParameters) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsReportParameters) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetParameterName() string
GetParameterName returns the ParameterName field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) 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 *ModelsReportParameters) SetParameterName(v string)
SetParameterName sets ParameterName field to given value.
func (o *ModelsReportParameters) HasParameterName() bool
HasParameterName returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetParameterType() int32
GetParameterType returns the ParameterType field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) GetParameterTypeOk() (*int32, 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 *ModelsReportParameters) SetParameterType(v int32)
SetParameterType sets ParameterType field to given value.
func (o *ModelsReportParameters) HasParameterType() bool
HasParameterType returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) 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 *ModelsReportParameters) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ModelsReportParameters) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) 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 *ModelsReportParameters) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ModelsReportParameters) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) 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 *ModelsReportParameters) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *ModelsReportParameters) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) 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 *ModelsReportParameters) SetDisplayOrder(v int32)
SetDisplayOrder sets DisplayOrder field to given value.
func (o *ModelsReportParameters) HasDisplayOrder() bool
HasDisplayOrder returns a boolean if a field has been set.
func (o *ModelsReportParameters) GetParameterVisibility() int32
GetParameterVisibility returns the ParameterVisibility field if non-nil, zero value otherwise.
func (o *ModelsReportParameters) GetParameterVisibilityOk() (*int32, 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 *ModelsReportParameters) SetParameterVisibility(v int32)
SetParameterVisibility sets ParameterVisibility field to given value.
func (o *ModelsReportParameters) HasParameterVisibility() bool
HasParameterVisibility returns a boolean if a field has been set.