SetAsDefaultContentRequest Constructors
An object defining constructors for the SetAsDefaultContentRequest class.
SetAsDefaultContentRequest()
Initializes a new instance of the SetAsDefaultContentRequest
class.
SetAsDefaultContentRequest(objectSecretKey, versionSecretKey)
Initializes a new instance of the SetAsDefaultContentRequest
class with the specified security keys.
Parameters:
objectSecretKey (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 set content as default by setting the provided security keys. It calls the base constructor and then assigns the parameter values to their respective properties.