Skip to main content

Class GetMetricCollectionResourceResponseContext

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting

Assembly: Xperiflow.dll

Declaration
public class GetMetricCollectionResourceResponseContext : IXperiflowResponseContext

Inheritance: System.Object -> Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.IXperiflowResponseContext

Properties

Data

Declaration
[JsonProperty("data", Required = Required.AllowNull)]
public DataTableContext? Data { get; set; }

Methods

ToJson()

Declaration
public string ToJson()
Returns

System.String

FromJson(string)

Declaration
public static GetMetricCollectionResourceResponseContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.GetMetricCollectionResourceResponseContext

Parameters
TypeName
System.Stringdata

Inherited Members

Was this page helpful?