Property FeaturedAwards
FeaturedAwards
Gets or sets the list of featured awards.
Declaration
[[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]]
[[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]]
[[System.Text.Json.Serialization.JsonPropertyName("featuredAwards")]]
public System.Collections.Generic.List<string>? FeaturedAwards { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |