Name | Type | Description | Notes |
---|---|---|---|
ObjectRefs | Pointer to []TaggedObjectDto | [optional] | |
Tags | Pointer to []string | Label to be applied to object. | [optional] |
Operation | Pointer to string | If APPEND, tags are appended to the list of tags for the object. A 400 error is returned if this would add duplicate tags to the object. If MERGE, tags are merged with the existing tags. Duplicate tags are silently ignored. | [optional] [default to "APPEND"] |
func NewBulkTaggedObject() *BulkTaggedObject
NewBulkTaggedObject instantiates a new BulkTaggedObject 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 NewBulkTaggedObjectWithDefaults() *BulkTaggedObject
NewBulkTaggedObjectWithDefaults instantiates a new BulkTaggedObject 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 *BulkTaggedObject) GetObjectRefs() []TaggedObjectDto
GetObjectRefs returns the ObjectRefs field if non-nil, zero value otherwise.
func (o *BulkTaggedObject) GetObjectRefsOk() (*[]TaggedObjectDto, bool)
GetObjectRefsOk returns a tuple with the ObjectRefs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkTaggedObject) SetObjectRefs(v []TaggedObjectDto)
SetObjectRefs sets ObjectRefs field to given value.
func (o *BulkTaggedObject) HasObjectRefs() bool
HasObjectRefs returns a boolean if a field has been set.
func (o *BulkTaggedObject) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *BulkTaggedObject) 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 *BulkTaggedObject) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *BulkTaggedObject) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *BulkTaggedObject) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
func (o *BulkTaggedObject) GetOperationOk() (*string, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkTaggedObject) SetOperation(v string)
SetOperation sets Operation field to given value.
func (o *BulkTaggedObject) HasOperation() bool
HasOperation returns a boolean if a field has been set.