Class Geolayerdata.CommonData
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Geolayerdata.CommonData
Properties
Lang
The language of the information url and description.
Declaration
[JsonProperty("lang")]
public virtual string Lang { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviewImageUrl
The URL for the preview image information.
Declaration
[JsonProperty("previewImageUrl")]
public virtual string PreviewImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Snippet
The description for this location.
Declaration
[JsonProperty("snippet")]
public virtual string Snippet { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
string |