GetVersionSuggestionRequest
Represents a request to get version number suggestions for a new version in the document management system.
This class extends BaseRequest to handle version number suggestion requests. It manages security through encrypted/decrypted keys for the object and implements secure access patterns to ensure proper authorization when retrieving version suggestions.
Properties
Name | Description |
---|---|
SecretKey | Gets the encrypted secret key for the object requiring version suggestions. |
DecryptedObjectSecret | Gets the decrypted secret information for the object requiring version suggestions. |
Constructors
Name | Description |
---|---|
GetVersionSuggestionRequest(secretKey) | Initializes a new instance of the GetVersionSuggestionRequest class with security information. |
GetVersionSuggestionRequest() | Initializes a new instance of the GetVersionSuggestionRequest class. |