Class FlexContainerResource
Inheritance
object
FlexContainerResource
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("flexContainerResource")]
public class FlexContainerResource
Properties
|
Edit this page
View Source
AccessControlPolicyIDs
Declaration
[JsonProperty("acpi")]
public ICollection<string> AccessControlPolicyIDs { get; set; }
Property Value
|
Edit this page
View Source
AnnounceTo
Declaration
[JsonProperty("at")]
public ICollection<string> AnnounceTo { get; set; }
Property Value
|
Edit this page
View Source
AnnouncedAttribute
Declaration
[JsonProperty("aa")]
public ICollection<string> AnnouncedAttribute { get; set; }
Property Value
|
Edit this page
View Source
ContainerDefinition
Declaration
[JsonProperty("cnd")]
public string ContainerDefinition { get; set; }
Property Value
|
Edit this page
View Source
CreationTime
Declaration
[JsonProperty("ct")]
public DateTimeOffset? CreationTime { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("cr")]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
DynamicAuthorizationConsultationIDs
Declaration
[JsonProperty("daci")]
public ICollection<string> DynamicAuthorizationConsultationIDs { get; set; }
Property Value
|
Edit this page
View Source
ExpirationTime
Declaration
[JsonProperty("et")]
public DateTimeOffset? ExpirationTime { 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
OntologyRef
Declaration
[JsonProperty("or")]
public string OntologyRef { 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
|
Edit this page
View Source
StateTag
Declaration
[JsonProperty("st")]
public long StateTag { get; set; }
Property Value