Class DriveLinkData
Data for Google Drive links.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class DriveLinkData : IMessage<DriveLinkData>, IEquatable<DriveLinkData>, IDeepCloneable<DriveLinkData>, IBufferMessage, IMessage
Constructors
DriveLinkData()
Declaration
public DriveLinkData()
DriveLinkData(DriveLinkData)
Declaration
public DriveLinkData(DriveLinkData other)
Parameters
Type | Name | Description |
---|---|---|
DriveLinkData | other |
Properties
DriveDataRef
A DriveDataRef which references a Google Drive file.
Declaration
public DriveDataRef DriveDataRef { get; set; }
Property Value
Type | Description |
---|---|
DriveDataRef |
MimeType
The mime type of the linked Google Drive resource.
Declaration
public string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |