Source
This page was generated with Wiki Builder. Do not change the format!
Info
The results of a bulk Equipping operation performed through the Destiny API.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
equipResults | DestinyEquipItemResult[] |
Example
{
// Type: DestinyEquipItemResult[]
"equipResults": [
// Type: DestinyEquipItemResult
{
// Type: integer:int64
"itemInstanceId": 0,
// Type: PlatformErrorCodes:Enum
"equipStatus": {}
}
]
}