Class SpaceDetails
Details about the space including description and rules.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SpaceDetails : IDirectResponseSchema
Properties
Description
Optional. A description of the space. For example, describe the space's discussion topic, functional purpose, or participants. Supports up to 150 characters.
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 |
Guidelines
Optional. The space's rules, expectations, and etiquette. Supports up to 5,000 characters.
Declaration
[JsonProperty("guidelines")]
public virtual string Guidelines { get; set; }
Property Value
Type | Description |
---|---|
string |