| Name | Type | Description | Notes |
|---|---|---|---|
| Tags | []string | Tags to set on the collection. The collection's tags are fully replaced with this list. |
func NewPatchCollectionTagsInputBody(tags []string, ) *PatchCollectionTagsInputBody
NewPatchCollectionTagsInputBody instantiates a new PatchCollectionTagsInputBody 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 NewPatchCollectionTagsInputBodyWithDefaults() *PatchCollectionTagsInputBody
NewPatchCollectionTagsInputBodyWithDefaults instantiates a new PatchCollectionTagsInputBody 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 *PatchCollectionTagsInputBody) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *PatchCollectionTagsInputBody) GetTagsOk() (*[]string, 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.
func (o *PatchCollectionTagsInputBody) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *PatchCollectionTagsInputBody) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *PatchCollectionTagsInputBody) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil