Class AppsDynamiteSharedSpaceInfo
Defines the representation of a single matching space.
Inheritance
object
AppsDynamiteSharedSpaceInfo
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 AppsDynamiteSharedSpaceInfo : IDirectResponseSchema
Properties
AvatarInfo
Declaration
[JsonProperty("avatarInfo")]
public virtual AppsDynamiteSharedAvatarInfo AvatarInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAvatarInfo |
AvatarUrl
Declaration
[JsonProperty("avatarUrl")]
public virtual string AvatarUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
GroupId
Declaration
[JsonProperty("groupId")]
public virtual GroupId GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| GroupId |
InviterEmail
The email address of the user that invited the calling user to the room, if available. This field will only be populated for direct invites, it will be empty if the user was indirectly invited to the group.
Declaration
[JsonProperty("inviterEmail")]
public virtual string InviterEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsExternal
Whether this is a space that enables guest access
Declaration
[JsonProperty("isExternal")]
public virtual bool? IsExternal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumMembers
Deprecated. Use segmented_membership_counts instead which also includes other counts such as rosters.
Declaration
[JsonProperty("numMembers")]
public virtual int? NumMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SegmentedMembershipCounts
Member counts object with types of members and their respective counts.
Declaration
[JsonProperty("segmentedMembershipCounts")]
public virtual AppsDynamiteSharedSegmentedMembershipCounts SegmentedMembershipCounts { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedSegmentedMembershipCounts |
UserMembershipState
searching user's membership state in this space
Declaration
[JsonProperty("userMembershipState")]
public virtual string UserMembershipState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |