Share via


MetricsPostBodySchema.Id Property

Definition

Gets or sets an identifier for this query. Must be unique within the post body of the request. This identifier will be the 'id' property of the response object representing this query.

[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public string Id { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="id")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to