Show / Hide Table of Contents

Class DriveLinkData

Data for Google Drive links.

Inheritance
object
DriveLinkData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class DriveLinkData : IDirectResponseSchema

Properties

DriveDataRef

A DriveDataRef which references a Google Drive file.

Declaration
[JsonProperty("driveDataRef")]
public virtual DriveDataRef DriveDataRef { get; set; }
Property Value
Type Description
DriveDataRef

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MimeType

The mime type of the linked Google Drive resource.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX