AccountKeyRegenerateRequest.Serial Property

Definition

Gets or sets serial of key to be regenerated

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to