MetricsPostBodySchema Class

Definition

A metric request

public class MetricsPostBodySchema
type MetricsPostBodySchema = class
Public Class MetricsPostBodySchema
Inheritance
MetricsPostBodySchema

Constructors

MetricsPostBodySchema()

Initializes a new instance of the MetricsPostBodySchema class.

MetricsPostBodySchema(String, MetricsPostBodySchemaParameters)

Initializes a new instance of the MetricsPostBodySchema class.

Properties

Id

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.

Parameters

Gets or sets the parameters for a single metrics query

Methods

Validate()

Validate the object.

Applies to