Class DriveDestination
Export location where a recording file is saved in Google Drive.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class DriveDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportUri
Output only. Link used to play back the recording file in the browser. For example,
https://drive.google.com/file/d/{$fileId}/view
.
Declaration
[JsonProperty("exportUri")]
public virtual string ExportUri { get; set; }
Property Value
Type | Description |
---|---|
string |
File
Output only. The fileId
for the underlying MP4 file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use
$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media
to download the blob. For more
information, see https://developers.google.com/drive/api/v3/reference/files/get.
Declaration
[JsonProperty("file")]
public virtual string File { get; set; }
Property Value
Type | Description |
---|---|
string |