Interface: IUpdateNamespaceTagsRequest
cloudservice.v1.IUpdateNamespaceTagsRequest
Properties of an UpdateNamespaceTagsRequest.
Implemented by
Properties
asyncOperationId
• Optional
asyncOperationId: null
| string
The id to use for this async operation - optional.
namespace
• Optional
namespace: null
| string
The namespace to set tags for.
tagsToRemove
• Optional
tagsToRemove: null
| string
[]
A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored. At least one of tags_to_upsert or tags_to_remove must be specified.
tagsToUpsert
• Optional
tagsToUpsert: null
| { [k: string]
: string
; }
A list of tags to add or update. If a key of an existing tag is added, the tag's value is updated. At least one of tags_to_upsert or tags_to_remove must be specified.