Show / Hide Table of Contents

Class SpaceDataSource

A data source that populates Google Chat spaces as selection items for a multiselect menu. Only populates spaces that the user is a member of. Google Chat apps:

Inheritance
object
SpaceDataSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SpaceDataSource : IDirectResponseSchema

Properties

DefaultToCurrentSpace

If set to true, the multiselect menu selects the current Google Chat space as an item by default.

Declaration
[JsonProperty("defaultToCurrentSpace")]
public virtual bool? DefaultToCurrentSpace { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX