| Name | Type | Description | Notes |
|---|---|---|---|
| TagId | int64 | ||
| SettingTagId | int64 |
func NewStaleFlagSettingTagModel(tagId int64, settingTagId int64, ) *StaleFlagSettingTagModel
NewStaleFlagSettingTagModel instantiates a new StaleFlagSettingTagModel 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 NewStaleFlagSettingTagModelWithDefaults() *StaleFlagSettingTagModel
NewStaleFlagSettingTagModelWithDefaults instantiates a new StaleFlagSettingTagModel 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 *StaleFlagSettingTagModel) GetTagId() int64
GetTagId returns the TagId field if non-nil, zero value otherwise.
func (o *StaleFlagSettingTagModel) GetTagIdOk() (*int64, bool)
GetTagIdOk returns a tuple with the TagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaleFlagSettingTagModel) SetTagId(v int64)
SetTagId sets TagId field to given value.
func (o *StaleFlagSettingTagModel) GetSettingTagId() int64
GetSettingTagId returns the SettingTagId field if non-nil, zero value otherwise.
func (o *StaleFlagSettingTagModel) GetSettingTagIdOk() (*int64, bool)
GetSettingTagIdOk returns a tuple with the SettingTagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaleFlagSettingTagModel) SetSettingTagId(v int64)
SetSettingTagId sets SettingTagId field to given value.