Table of Contents

Class File.ContentHintsData.ThumbnailData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.

public class File.ContentHintsData.ThumbnailData
Inheritance
File.ContentHintsData.ThumbnailData
Inherited Members

Constructors

ThumbnailData()

public ThumbnailData()

Properties

Image

The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).

public virtual string Image { get; set; }

Property Value

string

MimeType

The MIME type of the thumbnail.

public virtual string MimeType { get; set; }

Property Value

string