| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to NullableInt32 | [optional] | |
| InNavigator | Pointer to NullableBool | [optional] | |
| Favorite | Pointer to NullableBool | [optional] | |
| RemoveDuplicates | Pointer to NullableBool | [optional] |
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
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
func (o *CSSCMSDataModelModelsReportRequestModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsReportRequestModel) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsReportRequestModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportRequestModel) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) GetInNavigator() bool
GetInNavigator returns the InNavigator field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsReportRequestModel) SetInNavigator(v bool)
SetInNavigator sets InNavigator field to given value.
func (o *CSSCMSDataModelModelsReportRequestModel) HasInNavigator() bool
HasInNavigator returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportRequestModel) SetInNavigatorNil(b bool)
SetInNavigatorNil sets the value for InNavigator to be an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) UnsetInNavigator()
UnsetInNavigator ensures that no value is present for InNavigator, not even an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) GetFavorite() bool
GetFavorite returns the Favorite field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsReportRequestModel) SetFavorite(v bool)
SetFavorite sets Favorite field to given value.
func (o *CSSCMSDataModelModelsReportRequestModel) HasFavorite() bool
HasFavorite returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportRequestModel) SetFavoriteNil(b bool)
SetFavoriteNil sets the value for Favorite to be an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) UnsetFavorite()
UnsetFavorite ensures that no value is present for Favorite, not even an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicates() bool
GetRemoveDuplicates returns the RemoveDuplicates field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicates(v bool)
SetRemoveDuplicates sets RemoveDuplicates field to given value.
func (o *CSSCMSDataModelModelsReportRequestModel) HasRemoveDuplicates() bool
HasRemoveDuplicates returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicatesNil(b bool)
SetRemoveDuplicatesNil sets the value for RemoveDuplicates to be an explicit nil
func (o *CSSCMSDataModelModelsReportRequestModel) UnsetRemoveDuplicates()
UnsetRemoveDuplicates ensures that no value is present for RemoveDuplicates, not even an explicit nil