Show / Hide Table of Contents

Class DriveLinkData

Data for Google Drive links.

Inheritance
object
DriveLinkData
Implements
IMessage<DriveLinkData>
IEquatable<DriveLinkData>
IDeepCloneable<DriveLinkData>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX