Name | Type | Description | Notes |
---|---|---|---|
TagId | Pointer to int32 | [optional] [readonly] | |
TagName | string | ||
Tagcolor | int32 | ||
TagAssignedToUserId | Pointer to NullableInt32 | [optional] |
func NewTag(tagName string, tagcolor int32, ) *Tag
NewTag instantiates a new Tag 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 NewTagWithDefaults() *Tag
NewTagWithDefaults instantiates a new Tag 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 *Tag) GetTagId() int32
GetTagId returns the TagId field if non-nil, zero value otherwise.
func (o *Tag) GetTagIdOk() (*int32, 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 *Tag) SetTagId(v int32)
SetTagId sets TagId field to given value.
func (o *Tag) HasTagId() bool
HasTagId returns a boolean if a field has been set.
func (o *Tag) GetTagName() string
GetTagName returns the TagName field if non-nil, zero value otherwise.
func (o *Tag) GetTagNameOk() (*string, bool)
GetTagNameOk returns a tuple with the TagName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetTagName(v string)
SetTagName sets TagName field to given value.
func (o *Tag) GetTagcolor() int32
GetTagcolor returns the Tagcolor field if non-nil, zero value otherwise.
func (o *Tag) GetTagcolorOk() (*int32, bool)
GetTagcolorOk returns a tuple with the Tagcolor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetTagcolor(v int32)
SetTagcolor sets Tagcolor field to given value.
func (o *Tag) GetTagAssignedToUserId() int32
GetTagAssignedToUserId returns the TagAssignedToUserId field if non-nil, zero value otherwise.
func (o *Tag) GetTagAssignedToUserIdOk() (*int32, bool)
GetTagAssignedToUserIdOk returns a tuple with the TagAssignedToUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetTagAssignedToUserId(v int32)
SetTagAssignedToUserId sets TagAssignedToUserId field to given value.
func (o *Tag) HasTagAssignedToUserId() bool
HasTagAssignedToUserId returns a boolean if a field has been set.
func (o *Tag) SetTagAssignedToUserIdNil(b bool)
SetTagAssignedToUserIdNil sets the value for TagAssignedToUserId to be an explicit nil
func (o *Tag) UnsetTagAssignedToUserId()
UnsetTagAssignedToUserId ensures that no value is present for TagAssignedToUserId, not even an explicit nil