Name | Type | Description | Notes |
---|---|---|---|
Item | Pointer to string |
func (o *CollectionItem) GetItem() string
GetItem returns the Item field if non-nil, zero value otherwise.
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.
func (o *CollectionItem) HasItem() bool
HasItem returns a boolean if a field has been set.
func (o *CollectionItem) SetItem(v string)
SetItem gets a reference to the given string and assigns it to the Item field.