Reference documentation and code samples for the Google Apps Chat V1 Client class SpaceDetails.
Details about the space including description and rules.
Generated from protobuf message google.chat.v1.Space.SpaceDetails
Namespace
Google \ Apps \ Chat \ V1 \ SpaceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ description |
string
Optional. A description of the space. For example, describe the space's discussion topic, functional purpose, or participants. Supports up to 150 characters. |
↳ guidelines |
string
Optional. The space's rules, expectations, and etiquette. Supports up to 5,000 characters. |
getDescription
Optional. A description of the space. For example, describe the space's discussion topic, functional purpose, or participants.
Supports up to 150 characters.
Returns | |
---|---|
Type | Description |
string |
setDescription
Optional. A description of the space. For example, describe the space's discussion topic, functional purpose, or participants.
Supports up to 150 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGuidelines
Optional. The space's rules, expectations, and etiquette.
Supports up to 5,000 characters.
Returns | |
---|---|
Type | Description |
string |
setGuidelines
Optional. The space's rules, expectations, and etiquette.
Supports up to 5,000 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |