Match.Tags Property

Definition

Gets or sets the tags for match details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to