Reference documentation and code samples for the Google Apps Chat V1 Client class QuotedMessageMetadata.
Information about a quoted message.
Generated from protobuf message google.chat.v1.QuotedMessageMetadata
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Resource name of the quoted message. Format: |
↳ last_update_time |
Google\Protobuf\Timestamp
Output only. The timestamp when the quoted message was created or when the quoted message was last updated. |
getName
Output only. Resource name of the quoted message.
Format: spaces/{space}/messages/{message}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. Resource name of the quoted message.
Format: spaces/{space}/messages/{message}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastUpdateTime
Output only. The timestamp when the quoted message was created or when the quoted message was last updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastUpdateTime
clearLastUpdateTime
setLastUpdateTime
Output only. The timestamp when the quoted message was created or when the quoted message was last updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|