Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.94 KB

ModelsReportParametersRequest.md

File metadata and controls

134 lines (73 loc) · 3.94 KB

ModelsReportParametersRequest

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
DisplayName Pointer to string [optional]
Description Pointer to string [optional]
DefaultValue Pointer to string [optional]

Methods

NewModelsReportParametersRequest

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

NewModelsReportParametersRequestWithDefaults

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

GetId

func (o *ModelsReportParametersRequest) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ModelsReportParametersRequest) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ModelsReportParametersRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *ModelsReportParametersRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *ModelsReportParametersRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ModelsReportParametersRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *ModelsReportParametersRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ModelsReportParametersRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ModelsReportParametersRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDefaultValue

func (o *ModelsReportParametersRequest) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.

GetDefaultValueOk

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.

SetDefaultValue

func (o *ModelsReportParametersRequest) SetDefaultValue(v string)

SetDefaultValue sets DefaultValue field to given value.

HasDefaultValue

func (o *ModelsReportParametersRequest) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]