Class DriveDataRef
A reference to the data of a drive attachment.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class DriveDataRef : IDirectResponseSchema
Properties
DriveFileId
The ID for the drive file. Use with the Drive API.
Declaration
[JsonProperty("driveFileId")]
public virtual string DriveFileId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |