Class ActionBatchStatus
Status
[DataContract]
public class ActionBatchStatus
- Inheritance
-
ActionBatchStatus
- Inherited Members
Properties
Completed
Completed
[DataMember(Name = "completed")]
public bool Completed { get; set; }
Property Value
CreatedResources
Created resourcea
[DataMember(Name = "createdResources")]
public List<CreatedResources> CreatedResources { get; set; }
Property Value
Errors
Errors
[DataMember(Name = "errors")]
public List<string> Errors { get; set; }
Property Value
Failed
Failed
[DataMember(Name = "failed")]
public bool Failed { get; set; }