Skip to main content

UpdateTagsRequest Constructors

An object defining constructors for the UpdateTagsRequest class.

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.

Parameters:

secretKey (required): string
The encrypted secret key for the object whose tags are being updated.

tags (required): List<string>
The list of tags to be associated with the object.

This constructor creates a new UpdateTagsRequest instance by calling the base constructor and initializing both the SecretKey and Tags properties. The DecryptedSecret property will be automatically populated through the DecryptData attribute. The provided tags list will become the new set of tags for the object after the update operation is completed.