Class Resource
Inheritance
object
Resource
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:rce")]
public class Resource
Properties
|
Edit this page
View Source
CreationTime
Declaration
[JsonProperty("ct")]
public DateTimeOffset CreationTime { get; set; }
Property Value
|
Edit this page
View Source
Labels
Declaration
[JsonProperty("lbl")]
public ICollection<string> Labels { get; set; }
Property Value
|
Edit this page
View Source
LastModifiedTime
Declaration
[JsonProperty("lt")]
public DateTimeOffset LastModifiedTime { get; set; }
Property Value
|
Edit this page
View Source
ParentID
Declaration
[JsonProperty("pi")]
public string ParentID { get; set; }
Property Value
|
Edit this page
View Source
ResourceID
Declaration
[JsonProperty("ri")]
public string ResourceID { get; set; }
Property Value
|
Edit this page
View Source
ResourceName
Declaration
[JsonProperty("rn")]
public string ResourceName { get; set; }
Property Value
|
Edit this page
View Source
ResourceType
Declaration
[JsonProperty("ty")]
public ResourceType? ResourceType { get; set; }
Property Value