Show / Hide Table of Contents

Class Geolayerdata.CommonData

Inheritance
System.Object
Geolayerdata.CommonData
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.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class CommonData

Properties

Lang

The language of the information url and description.

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

PreviewImageUrl

The URL for the preview image information.

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

Snippet

The description for this location.

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

SnippetUrl

The URL for information for this location. Ex: wikipedia link.

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

Title

The display title and localized canonical name to use when searching for this entity on Google search.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top