Class DriveDataRef
A reference to the data of a drive attachment.
Implements
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 |