Class AggregatedRequestRequest<TPrimitiveContent>
Inheritance
object
AggregatedRequestRequest<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("AggregatedRequestRequest")]
public class AggregatedRequestRequest<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
From
Declaration
[JsonProperty("fr")]
public string From { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("mi")]
public MetaInformation MetaInformation { get; set; }
Property Value
|
Edit this page
View Source
Operation
Declaration
[JsonProperty("op")]
public Operation? Operation { get; set; }
Property Value
|
Edit this page
View Source
PrimitiveContent
Declaration
[JsonProperty("pc")]
public TPrimitiveContent PrimitiveContent { get; set; }
Property Value
Type |
Description |
TPrimitiveContent |
|
|
Edit this page
View Source
RequestIdentifier
Declaration
[JsonProperty("rqi")]
public string RequestIdentifier { get; set; }
Property Value
|
Edit this page
View Source
To
Declaration
[JsonProperty("to")]
public string To { get; set; }
Property Value