Class DriveLinkData
Data for Google Drive links.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class DriveLinkData : IDirectResponseSchema
Properties
DriveDataRef
A DriveDataRef which references a Google Drive file.
Declaration
[JsonProperty("driveDataRef")]
public virtual DriveDataRef DriveDataRef { get; set; }
Property Value
Type | Description |
---|---|
DriveDataRef |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The mime type of the linked Google Drive resource.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |