Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.89 KB

File metadata and controls

61 lines (34 loc) · 1.89 KB

PatchCollectionTagsOutputBody

Properties

Name Type Description Notes
Tags []string

Methods

NewPatchCollectionTagsOutputBody

func NewPatchCollectionTagsOutputBody(tags []string, ) *PatchCollectionTagsOutputBody

NewPatchCollectionTagsOutputBody instantiates a new PatchCollectionTagsOutputBody 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

NewPatchCollectionTagsOutputBodyWithDefaults

func NewPatchCollectionTagsOutputBodyWithDefaults() *PatchCollectionTagsOutputBody

NewPatchCollectionTagsOutputBodyWithDefaults instantiates a new PatchCollectionTagsOutputBody 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 *PatchCollectionTagsOutputBody) GetTags() []string

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

GetTagsOk

func (o *PatchCollectionTagsOutputBody) 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.

SetTags

func (o *PatchCollectionTagsOutputBody) SetTags(v []string)

SetTags sets Tags field to given value.

SetTagsNil

func (o *PatchCollectionTagsOutputBody) SetTagsNil(b bool)

SetTagsNil sets the value for Tags to be an explicit nil

UnsetTags

func (o *PatchCollectionTagsOutputBody) UnsetTags()

UnsetTags ensures that no value is present for Tags, not even an explicit nil

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