CreateShortcutObjectsResponse
Represents a response containing information about multiple shortcut objects created in the document management system.
This class extends BaseResponse to provide details about newly created shortcut objects. It maintains a secure mapping between object IDs and their corresponding detailed information, ensuring that the response data is properly encrypted. The class serves as a container for batch shortcut creation results, allowing clients to track multiple shortcut objects created in a single operation.
Properties
Name | Description |
---|---|
CreatedShortcutObjects | Gets the dictionary of created shortcut objects mapped by their IDs. |
Constructors
Name | Description |
---|---|
CreateShortcutObjectsResponse(createdShortcutObjects) | Initializes a new instance of the CreateShortcutObjectsResponse class with the specified dictionary of created shortcut objects. |
CreateShortcutObjectsResponse() | Initializes a new instance of the CreateShortcutObjectsResponse class. |