Update.ImpactDurationInSec Property

Definition

Gets or sets duration of impact in seconds

[Newtonsoft.Json.JsonProperty(PropertyName="impactDurationInSec")]
public int? ImpactDurationInSec { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="impactDurationInSec")>]
member this.ImpactDurationInSec : Nullable<int> with get, set
Public Property ImpactDurationInSec As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to