Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 5.58 KB

File metadata and controls

174 lines (97 loc) · 5.58 KB

CSSCMSDataModelModelsReportRequestModel

Properties

Name Type Description Notes
Id Pointer to NullableInt32 [optional]
InNavigator Pointer to NullableBool [optional]
Favorite Pointer to NullableBool [optional]
RemoveDuplicates Pointer to NullableBool [optional]

Methods

NewCSSCMSDataModelModelsReportRequestModel

func NewCSSCMSDataModelModelsReportRequestModel() *CSSCMSDataModelModelsReportRequestModel

NewCSSCMSDataModelModelsReportRequestModel instantiates a new CSSCMSDataModelModelsReportRequestModel 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

NewCSSCMSDataModelModelsReportRequestModelWithDefaults

func NewCSSCMSDataModelModelsReportRequestModelWithDefaults() *CSSCMSDataModelModelsReportRequestModel

NewCSSCMSDataModelModelsReportRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsReportRequestModel 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 *CSSCMSDataModelModelsReportRequestModel) GetId() int32

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

GetIdOk

func (o *CSSCMSDataModelModelsReportRequestModel) 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 *CSSCMSDataModelModelsReportRequestModel) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *CSSCMSDataModelModelsReportRequestModel) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *CSSCMSDataModelModelsReportRequestModel) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetInNavigator

func (o *CSSCMSDataModelModelsReportRequestModel) GetInNavigator() bool

GetInNavigator returns the InNavigator field if non-nil, zero value otherwise.

GetInNavigatorOk

func (o *CSSCMSDataModelModelsReportRequestModel) GetInNavigatorOk() (*bool, bool)

GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInNavigator

func (o *CSSCMSDataModelModelsReportRequestModel) SetInNavigator(v bool)

SetInNavigator sets InNavigator field to given value.

HasInNavigator

func (o *CSSCMSDataModelModelsReportRequestModel) HasInNavigator() bool

HasInNavigator returns a boolean if a field has been set.

SetInNavigatorNil

func (o *CSSCMSDataModelModelsReportRequestModel) SetInNavigatorNil(b bool)

SetInNavigatorNil sets the value for InNavigator to be an explicit nil

UnsetInNavigator

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetInNavigator()

UnsetInNavigator ensures that no value is present for InNavigator, not even an explicit nil

GetFavorite

func (o *CSSCMSDataModelModelsReportRequestModel) GetFavorite() bool

GetFavorite returns the Favorite field if non-nil, zero value otherwise.

GetFavoriteOk

func (o *CSSCMSDataModelModelsReportRequestModel) GetFavoriteOk() (*bool, bool)

GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFavorite

func (o *CSSCMSDataModelModelsReportRequestModel) SetFavorite(v bool)

SetFavorite sets Favorite field to given value.

HasFavorite

func (o *CSSCMSDataModelModelsReportRequestModel) HasFavorite() bool

HasFavorite returns a boolean if a field has been set.

SetFavoriteNil

func (o *CSSCMSDataModelModelsReportRequestModel) SetFavoriteNil(b bool)

SetFavoriteNil sets the value for Favorite to be an explicit nil

UnsetFavorite

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetFavorite()

UnsetFavorite ensures that no value is present for Favorite, not even an explicit nil

GetRemoveDuplicates

func (o *CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicates() bool

GetRemoveDuplicates returns the RemoveDuplicates field if non-nil, zero value otherwise.

GetRemoveDuplicatesOk

func (o *CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicatesOk() (*bool, bool)

GetRemoveDuplicatesOk returns a tuple with the RemoveDuplicates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRemoveDuplicates

func (o *CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicates(v bool)

SetRemoveDuplicates sets RemoveDuplicates field to given value.

HasRemoveDuplicates

func (o *CSSCMSDataModelModelsReportRequestModel) HasRemoveDuplicates() bool

HasRemoveDuplicates returns a boolean if a field has been set.

SetRemoveDuplicatesNil

func (o *CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicatesNil(b bool)

SetRemoveDuplicatesNil sets the value for RemoveDuplicates to be an explicit nil

UnsetRemoveDuplicates

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetRemoveDuplicates()

UnsetRemoveDuplicates ensures that no value is present for RemoveDuplicates, not even an explicit nil

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