Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 921 Bytes

CollectionItem.md

File metadata and controls

39 lines (20 loc) · 921 Bytes

CollectionItem

Properties

Name Type Description Notes
Item Pointer to string

Methods

GetItem

func (o *CollectionItem) GetItem() string

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

func (o *CollectionItem) GetItemOk() (string, bool)

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

HasItem

func (o *CollectionItem) HasItem() bool

HasItem returns a boolean if a field has been set.

SetItem

func (o *CollectionItem) SetItem(v string)

SetItem gets a reference to the given string and assigns it to the Item field.

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