Class Roster
Roster profile information.
Inheritance
object
Roster
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 Roster : IDirectResponseSchema
Properties
AvatarUrl
Declaration
[JsonProperty("avatarUrl")]
public virtual string AvatarUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Declaration
[JsonProperty("id")]
public virtual RosterId Id { get; set; }
Property Value
| Type | Description |
|---|---|
| RosterId |
IsMembershipVisibleToCaller
Whether caller has visibility into members of the roster.
Declaration
[JsonProperty("isMembershipVisibleToCaller")]
public virtual bool? IsMembershipVisibleToCaller { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MembershipCount
Declaration
[JsonProperty("membershipCount")]
public virtual int? MembershipCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RosterGaiaKey
Roster gaia key, usually an email address. Set in looking up rosters response.
Declaration
[JsonProperty("rosterGaiaKey")]
public virtual string RosterGaiaKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RosterState
Roster deletion state - considered active unless set to deleted
Declaration
[JsonProperty("rosterState")]
public virtual string RosterState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SegmentedMembershipCounts
Roster membership count. May contain counts based on member type and membership state.
Declaration
[JsonProperty("segmentedMembershipCounts")]
public virtual AppsDynamiteSharedSegmentedMembershipCounts SegmentedMembershipCounts { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedSegmentedMembershipCounts |