Class AppsDynamiteSharedSegmentedMembershipCount
Contains info on membership count for member types: HUMAN_USER, APP_USER & ROSTER_MEMBER different states: INVITED, JOINED
Inheritance
object
AppsDynamiteSharedSegmentedMembershipCount
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedSegmentedMembershipCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MembershipCount
count of members with given type and state
Declaration
[JsonProperty("membershipCount")]
public virtual int? MembershipCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MembershipState
Declaration
[JsonProperty("membershipState")]
public virtual string MembershipState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MemberType
Declaration
[JsonProperty("memberType")]
public virtual string MemberType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |