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:
Implements
Inherited Members
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 |