Class GeneratorPackagesApplyBodyContext
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting
Assembly: Xperiflow.dll
Declaration
public class GeneratorPackagesApplyBodyContext
Properties
GeneratorPackageNames
Declaration
[JsonProperty("generator_package_names", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IEnumerable<string>? GeneratorPackageNames { get; set; }
ScenarioFeatures
Declaration
[JsonProperty("scenario_features", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool? ScenarioFeatures { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static GeneratorPackagesApplyBodyContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.GeneratorPackagesApplyBodyContext
Parameters
Type | Name |
---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString