CreateShortcutObjectsResponse Properties
An object defining properties for the CreateShortcutObjectsResponse class.
CreatedShortcutObjects
Gets the dictionary of created shortcut objects mapped by their IDs.
Type: Dictionary<long, GetDMObjectResponse>
This property provides access to a dictionary where:
- Keys are the unique identifiers (long) of the created shortcut objects
- Values are GetDMObjectResponse instances containing detailed information about each created shortcut
The property is marked with CheckRequestEncryption attribute to ensure proper encryption of sensitive data and has a private setter to maintain response integrity. Each GetDMObjectResponse in the dictionary contains comprehensive information about a single created shortcut object.