GetTagsRequest Constructors
An object defining constructors for the GetTagsRequest class.
GetTagsRequest()
Initializes a new instance of the GetTagsRequest
class.
GetTagsRequest(secretKey)
Initializes a new instance of the GetTagsRequest
class with the specified security key.
Parameters:
secretKey (required): string
The encrypted secret key for the object whose tags are being requested.
This constructor creates a new GetTagsRequest instance by calling the base constructor and initializing the SecretKey property with the provided encrypted key. The DecryptedSecret property will be automatically populated through the DecryptData attribute.