Skip to content

Latest commit

 

History

History
164 lines (91 loc) · 5.45 KB

File metadata and controls

164 lines (91 loc) · 5.45 KB

CSSCMSDataModelModelsReportParametersRequest

Properties

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

Methods

NewCSSCMSDataModelModelsReportParametersRequest

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

NewCSSCMSDataModelModelsReportParametersRequestWithDefaults

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

GetId

func (o *CSSCMSDataModelModelsReportParametersRequest) GetId() int32

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

GetIdOk

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.

SetId

func (o *CSSCMSDataModelModelsReportParametersRequest) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *CSSCMSDataModelModelsReportParametersRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *CSSCMSDataModelModelsReportParametersRequest) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *CSSCMSDataModelModelsReportParametersRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetDescription

func (o *CSSCMSDataModelModelsReportParametersRequest) GetDescription() string

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

GetDescriptionOk

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.

SetDescription

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CSSCMSDataModelModelsReportParametersRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetDefaultValue

func (o *CSSCMSDataModelModelsReportParametersRequest) GetDefaultValue() string

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

GetDefaultValueOk

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.

SetDefaultValue

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDefaultValue(v string)

SetDefaultValue sets DefaultValue field to given value.

HasDefaultValue

func (o *CSSCMSDataModelModelsReportParametersRequest) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

SetDefaultValueNil

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDefaultValueNil(b bool)

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

UnsetDefaultValue

func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

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