Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.14 KB

File metadata and controls

72 lines (39 loc) · 2.14 KB

StaleFlagSettingTagModel

Properties

Name Type Description Notes
TagId int64
SettingTagId int64

Methods

NewStaleFlagSettingTagModel

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

NewStaleFlagSettingTagModelWithDefaults

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

GetTagId

func (o *StaleFlagSettingTagModel) GetTagId() int64

GetTagId returns the TagId field if non-nil, zero value otherwise.

GetTagIdOk

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.

SetTagId

func (o *StaleFlagSettingTagModel) SetTagId(v int64)

SetTagId sets TagId field to given value.

GetSettingTagId

func (o *StaleFlagSettingTagModel) GetSettingTagId() int64

GetSettingTagId returns the SettingTagId field if non-nil, zero value otherwise.

GetSettingTagIdOk

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.

SetSettingTagId

func (o *StaleFlagSettingTagModel) SetSettingTagId(v int64)

SetSettingTagId sets SettingTagId field to given value.

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