Class MissingData
Inheritance
object
MissingData
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("md")]
public class MissingData
Properties
| Edit this page View SourceDuration
Declaration
[JsonProperty("dur")]
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Number
Declaration
[JsonProperty("num")]
public long Number { get; set; }
Property Value
Type | Description |
---|---|
long |