Class AnnouncedFlexContainerResource
Inheritance
object
AnnouncedFlexContainerResource
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("announcedFlexContainerResource")]
public class AnnouncedFlexContainerResource
Properties
|
Edit this page
View Source
AccessControlPolicyIDs
Declaration
[JsonProperty("acpi")]
public ICollection<string> AccessControlPolicyIDs { 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
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
Link
Declaration
[JsonProperty("lnk")]
public string Link { 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