GetTagsOfObjectsRequest Constructors
An object defining constructors for the GetTagsOfObjectsRequest class.
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.
Parameters:
secretKey (required): List<string>
A list of encrypted secret keys for the objects whose tags are being requested.
This constructor creates a new GetTagsOfObjectsRequest instance by calling the base constructor and initializing the SecretKey property with the provided list of encrypted keys. The DecryptedSecret property will be automatically populated through the DecryptData attribute, maintaining the same order as the input secret keys.