Sku.Model Property

Definition

Gets or sets the SKU model.

[Newtonsoft.Json.JsonProperty(PropertyName="model")]
public string Model { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="model")>]
member this.Model : string with get, set
Public Property Model As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to