Class Roster
Roster profile information.
Inheritance
System.Object
Roster
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
MembershipCount
Declaration
[JsonProperty("membershipCount")]
public virtual int? MembershipCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |
RosterState
Roster deletion state - considered active unless set to deleted
Declaration
[JsonProperty("rosterState")]
public virtual string RosterState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
Implements
Google.Apis.Requests.IDirectResponseSchema