Class MgmtResource
Inheritance
object
MgmtResource
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:mgRsc")]
public class MgmtResource : AnnounceableResource
Properties
|
Edit this page
View Source
Description
Declaration
[JsonProperty("dc")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
MgmtDefinition
Declaration
[JsonProperty("mgd")]
public MgmtDefinition? MgmtDefinition { get; set; }
Property Value
|
Edit this page
View Source
ObjectIDs
Declaration
[JsonProperty("obis")]
public ICollection<string> ObjectIDs { get; set; }
Property Value
|
Edit this page
View Source
ObjectPaths
Declaration
[JsonProperty("obps")]
public ICollection<string> ObjectPaths { get; set; }
Property Value