UpdateTagsRequest
Represents a request to update the tags associated with an object in the document management system.
This class extends BaseRequest to handle tag updates for a document management object. It combines security management through encrypted/decrypted keys with a collection of new tags to be applied. The class ensures secure access to the object while providing the new tag information for the update operation.
Properties
| Name | Description |
|---|---|
| Tags | Gets the list of new tags to be associated with the object. |
| SecretKey | Gets the encrypted secret key for the object. |
| DecryptedSecret | Gets the decrypted secret information for the object. |
Constructors
| Name | Description |
|---|---|
| UpdateTagsRequest() | Initializes a new instance of the UpdateTagsRequest class. |
| UpdateTagsRequest(secretKey, tags) | Initializes a new instance of the UpdateTagsRequest class with the specified security key and tags. |