Show / Hide Table of Contents

Class Activity.ObjectData.AttachmentsData.ThumbnailsData

Inheritance
System.Object
Activity.ObjectData.AttachmentsData.ThumbnailsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Plus.v1.Data
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class ThumbnailsData

Properties

Description

Potential name of the thumbnail.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.String

Image

Image resource.

Declaration
[JsonProperty("image")]
public virtual Activity.ObjectData.AttachmentsData.ThumbnailsData.ImageData Image { get; set; }
Property Value
Type Description
Activity.ObjectData.AttachmentsData.ThumbnailsData.ImageData

Url

URL of the webpage containing the image.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String
Back to top