Class ActionBatchUpdateRequest
UpdateOrganizationActionBatch
[DataContract]
public class ActionBatchUpdateRequest
- Inheritance
-
ActionBatchUpdateRequest
- Inherited Members
Properties
Confirmed
A boolean representing whether or not the batch has been confirmed. This property cannot be unset once it is true.
[DataMember(Name = "confirmed")]
public bool? Confirmed { get; set; }
Property Value
- bool?
A boolean representing whether or not the batch has been confirmed. This property cannot be unset once it is true.
Synchronous
Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch.
[DataMember(Name = "synchronous")]
public bool? Synchronous { get; set; }
Property Value
- bool?
Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch.