Class BlockingPeriod
Blocking period for a maintenance
Inheritance
BlockingPeriod
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BlockingPeriod
Properties
End of the blocking period. It must be after Start.
Declaration
[JsonProperty("end", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTime End { get; set; }
Property Value
Start of the blocking period. It must be before End.
Declaration
[JsonProperty("start", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTime Start { get; set; }
Property Value
Methods
Declaration
public static BlockingPeriod FromJson(string data)
Parameters
Returns