Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.41 KB

OrganizationUserFileTagCreate.md

File metadata and controls

72 lines (39 loc) · 2.41 KB

OrganizationUserFileTagCreate

Properties

Name Type Description Notes
Tags map[string]Tags1
OrganizationUserFileId int32

Methods

NewOrganizationUserFileTagCreate

func NewOrganizationUserFileTagCreate(tags map[string]Tags1, organizationUserFileId int32, ) *OrganizationUserFileTagCreate

NewOrganizationUserFileTagCreate instantiates a new OrganizationUserFileTagCreate 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

NewOrganizationUserFileTagCreateWithDefaults

func NewOrganizationUserFileTagCreateWithDefaults() *OrganizationUserFileTagCreate

NewOrganizationUserFileTagCreateWithDefaults instantiates a new OrganizationUserFileTagCreate 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

GetTags

func (o *OrganizationUserFileTagCreate) GetTags() map[string]Tags1

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *OrganizationUserFileTagCreate) GetTagsOk() (*map[string]Tags1, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *OrganizationUserFileTagCreate) SetTags(v map[string]Tags1)

SetTags sets Tags field to given value.

GetOrganizationUserFileId

func (o *OrganizationUserFileTagCreate) GetOrganizationUserFileId() int32

GetOrganizationUserFileId returns the OrganizationUserFileId field if non-nil, zero value otherwise.

GetOrganizationUserFileIdOk

func (o *OrganizationUserFileTagCreate) GetOrganizationUserFileIdOk() (*int32, bool)

GetOrganizationUserFileIdOk returns a tuple with the OrganizationUserFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganizationUserFileId

func (o *OrganizationUserFileTagCreate) SetOrganizationUserFileId(v int32)

SetOrganizationUserFileId sets OrganizationUserFileId field to given value.

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