Class: UpdateNamespaceTagsRequest
cloudservice.v1.UpdateNamespaceTagsRequest
Represents an UpdateNamespaceTagsRequest.
Implements
Constructors
constructor
• new UpdateNamespaceTagsRequest(properties?): UpdateNamespaceTagsRequest
Constructs a new UpdateNamespaceTagsRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUpdateNamespaceTagsRequest | Properties to set |
Returns
Properties
asyncOperationId
• asyncOperationId: string
The id to use for this async operation - optional.
Implementation of
IUpdateNamespaceTagsRequest.asyncOperationId
namespace
• namespace: string
The namespace to set tags for.
Implementation of
IUpdateNamespaceTagsRequest.namespace
tagsToRemove
• tagsToRemove: 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.
Implementation of
IUpdateNamespaceTagsRequest.tagsToRemove
tagsToUpsert
• tagsToUpsert: Object
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.
Index signature
▪ [k: string]: string
Implementation of
IUpdateNamespaceTagsRequest.tagsToUpsert
Methods
toJSON
▸ toJSON(): Object
Converts this UpdateNamespaceTagsRequest to JSON.
Returns
Object
JSON object