Show / Hide Table of Contents

Class DriveDataRef

A reference to the data of a drive attachment.

Inheritance
object
DriveDataRef
Implements
IMessage<DriveDataRef>
IEquatable<DriveDataRef>
IDeepCloneable<DriveDataRef>
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 DriveDataRef : IMessage<DriveDataRef>, IEquatable<DriveDataRef>, IDeepCloneable<DriveDataRef>, IBufferMessage, IMessage

Constructors

DriveDataRef()

Declaration
public DriveDataRef()

DriveDataRef(DriveDataRef)

Declaration
public DriveDataRef(DriveDataRef other)
Parameters
Type Name Description
DriveDataRef other

Properties

DriveFileId

The ID for the drive file. Use with the Drive API.

Declaration
public string DriveFileId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX