UnsetAsDefaultContentRequest Constructors
An object defining constructors for the UnsetAsDefaultContentRequest class.
UnsetAsDefaultContentRequest()
Initializes a new instance of the UnsetAsDefaultContentRequest
class.
UnsetAsDefaultContentRequest(secretKey, versionSecretKey)
Initializes a new instance of the UnsetAsDefaultContentRequest
class with the specified security keys.
Parameters:
secretKey (required): string
The encrypted secret key for object security.
versionSecretKey (required): string
The encrypted secret key for version security.
This constructor initializes a new request to unset content as default by setting the provided security keys. It calls the base constructor and then assigns the parameter values to their respective properties.