Share via


LastMitigationActionOnJob.IsPerformedByCustomer Property

Definition

Gets or sets action performed by customer, possibility is that mitigation might happen by customer or service or by ops

[Newtonsoft.Json.JsonProperty(PropertyName="isPerformedByCustomer")]
public bool? IsPerformedByCustomer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isPerformedByCustomer")>]
member this.IsPerformedByCustomer : Nullable<bool> with get, set
Public Property IsPerformedByCustomer As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to