LastNote.NoteId Property

Definition

The note id

[System.Text.Json.Serialization.JsonPropertyName("note_id")]
public int? NoteId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("note_id")>]
member this.NoteId : Nullable<int> with get, set
Public Property NoteId As Nullable(Of Integer)

Property Value

Attributes

Applies to