Class ActionBatchCallback
Action batch
[DataContract]
public class ActionBatchCallback : IdentifiedItem
  - Inheritance
 - 
      
      
      ActionBatchCallback
 
- Inherited Members
 
Properties
Status
The status of the callback
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
  Property Value
Url
The callback URL for the webhook target. This was either provided in the original request or comes from a configured webhook receiver
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "url")]
public string Url { get; set; }