SectionResponse.IsExpanded Property

Definition

Whether the section is expanded

[System.Text.Json.Serialization.JsonPropertyName("isExpanded")]
public bool? IsExpanded { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("isExpanded")>]
member this.IsExpanded : Nullable<bool> with get, set
Public Property IsExpanded As Nullable(Of Boolean)

Property Value

Attributes

Applies to