UpdateDashboardsNameResponse.Id Property

Definition

The numerical id of the dashboard.

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

Property Value

Attributes

Applies to