Resource: ConferenceRecord
Single instance of a meeting held in a space.
| JSON representation |
|---|
{ "name" : string , "startTime" : string , "endTime" : string , "expireTime" : string , "space" : string } |
| Fields | |
|---|---|
name
|
Identifier. Resource name of the conference record. Format: |
startTime
|
Output only. Timestamp when the conference started. Always set. |
endTime
|
Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing. |
expireTime
|
Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends. |
space
|
Output only. The space where the conference was held. |
Methods |
|
|---|---|
|
Gets a conference record by conference ID. |
|
Lists the conference records. |

