CreateSectionInNotebookResponse.DefaultSectionFlag Property

Definition

A flag to indication if this is the default section.

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

Property Value

Attributes

Applies to