Show / Hide Table of Contents

Class AppsDynamiteSharedSpaceInfo

Defines the representation of a single matching space.

Inheritance
System.Object
AppsDynamiteSharedSpaceInfo
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 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
System.String

Description

Declaration
[JsonProperty("description")]
public virtual string Description { 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

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
System.String

IsExternal

Whether this is a space that enables guest access

Declaration
[JsonProperty("isExternal")]
public virtual bool? IsExternal { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

NumMembers

Declaration
[JsonProperty("numMembers")]
public virtual int? NumMembers { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

UserMembershipState

searching user's membership state in this space

Declaration
[JsonProperty("userMembershipState")]
public virtual string UserMembershipState { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top