Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
DisplayName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
DefaultValue | Pointer to string | [optional] |
func NewModelsReportParametersRequest() *ModelsReportParametersRequest
NewModelsReportParametersRequest instantiates a new ModelsReportParametersRequest 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 NewModelsReportParametersRequestWithDefaults() *ModelsReportParametersRequest
NewModelsReportParametersRequestWithDefaults instantiates a new ModelsReportParametersRequest 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 *ModelsReportParametersRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsReportParametersRequest) 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 *ModelsReportParametersRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsReportParametersRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsReportParametersRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ModelsReportParametersRequest) 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 *ModelsReportParametersRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ModelsReportParametersRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ModelsReportParametersRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ModelsReportParametersRequest) 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 *ModelsReportParametersRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ModelsReportParametersRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ModelsReportParametersRequest) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *ModelsReportParametersRequest) 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 *ModelsReportParametersRequest) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *ModelsReportParametersRequest) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.