Skip to main content

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

NameDescription
SecretKeyGets the encrypted secret key for the object.
TagsGets the list of new tags to be associated with the object.
DecryptedSecretGets the decrypted secret information for the object.

Constructors

NameDescription
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.