Class Group
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:grp")]
public class Group : AnnounceableResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
ConsistencyStrategy
Declaration
[JsonProperty("csy")]
public ConsistencyStrategy? ConsistencyStrategy { 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
CurrentNrOfMembers
Declaration
[JsonProperty("cnm")]
public long CurrentNrOfMembers { get; set; }
Property Value
|
Edit this page
View Source
GroupName
Declaration
[JsonProperty("gn")]
public string GroupName { get; set; }
Property Value
|
Edit this page
View Source
MaxNrOfMembers
Declaration
[JsonProperty("mnm")]
public long MaxNrOfMembers { get; set; }
Property Value
|
Edit this page
View Source
MemberIDs
Declaration
[JsonProperty("mid")]
public ICollection<string> MemberIDs { get; set; }
Property Value
|
Edit this page
View Source
MemberType
Declaration
[JsonProperty("mt")]
public MemberType? MemberType { get; set; }
Property Value
|
Edit this page
View Source
MemberTypeValidated
Declaration
[JsonProperty("mtv")]
public bool MemberTypeValidated { get; set; }
Property Value
|
Edit this page
View Source
MembersAccessControlPolicyIDs
Declaration
[JsonProperty("macp")]
public ICollection<string> MembersAccessControlPolicyIDs { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value