Name | Type | Description | Notes |
---|---|---|---|
Id | string | Tag id | [readonly] |
Name | string | Name of the tag. | |
Created | time.Time | Date the tag was created. | [readonly] |
Modified | time.Time | Date the tag was last modified. | [readonly] |
TagCategoryRefs | []TagTagCategoryRefsInner | [readonly] |
func NewTag(id string, name string, created time.Time, modified time.Time, tagCategoryRefs []TagTagCategoryRefsInner, ) *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) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Tag) GetIdOk() (*string, 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 *Tag) SetId(v string)
SetId sets Id field to given value.
func (o *Tag) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Tag) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetName(v string)
SetName sets Name field to given value.
func (o *Tag) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Tag) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *Tag) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *Tag) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *Tag) GetTagCategoryRefs() []TagTagCategoryRefsInner
GetTagCategoryRefs returns the TagCategoryRefs field if non-nil, zero value otherwise.
func (o *Tag) GetTagCategoryRefsOk() (*[]TagTagCategoryRefsInner, bool)
GetTagCategoryRefsOk returns a tuple with the TagCategoryRefs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetTagCategoryRefs(v []TagTagCategoryRefsInner)
SetTagCategoryRefs sets TagCategoryRefs field to given value.