Class Thumbnail
The thumbnail of a page.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Thumbnail : IDirectResponseSchema
Properties
ContentUrl
The content URL of the thumbnail image. The URL to the image has a default lifetime of 30 minutes. This URL
is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the
original requester. Access to the image may be lost if the presentation's sharing settings change. The mime
type of the thumbnail image is the same as specified in the GetPageThumbnailRequest
.
Declaration
[JsonProperty("contentUrl")]
public virtual string ContentUrl { 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 |
Height
The positive height in pixels of the thumbnail image.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? |
Width
The positive width in pixels of the thumbnail image.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? |