Skip to main content

GetTagsOfObjectsRequest

Represents a request to retrieve tags for multiple objects in the document management system.

This class extends BaseRequest to handle batch retrieval of tags for multiple objects. It manages security through encrypted keys and their decrypted versions, ensuring authorized access to the tags of multiple objects simultaneously. The class supports secure batch operations by maintaining lists of security keys and their corresponding decrypted secrets.

Properties

NameDescription
SecretKeyGets the list of encrypted secret keys for multiple objects.
DecryptedSecretGets the list of decrypted secret information for multiple objects.

Constructors

NameDescription
GetTagsOfObjectsRequest()Initializes a new instance of the GetTagsOfObjectsRequest class.
GetTagsOfObjectsRequest(secretKey)Initializes a new instance of the GetTagsOfObjectsRequest class with the specified list of security keys.