Class ListOfChildResourceRef
Inheritance
object
ListOfChildResourceRef
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("listOfChildResourceRef")]
public class ListOfChildResourceRef
Properties
| Edit this page View SourceChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
Type | Description |
---|---|
ICollection<ChildResourceRef> |