属性
| 名称 | 类型 | 说明 |
|---|---|---|
| CancellationReason | String | 如果票证结果为 “Canceled”,则此字符串提供票证被取消的原因;否则为 null。可能的值列表为 “User”、“Service”、“Internal”、“Timeout”。 |
| CompletionTime | DateTime | 此票证完成的时间。 |
| CreationTime | DateTime | 此票证创建的时间。 |
| QueueName | String | 创建票证的队列名称。 |
| Result | String | 票证的最终状态。可以为 “Matched” 或 “Canceled”。 |
| SubmissionTime | DateTime | 此票证提交到匹配队列的时间。 |
| TicketEntities | EntityKey | 作为此票证一部分的实体列表。 |
| TicketId | String | 已完成票证的 ID。 |
