Show / Hide Table of Contents

Class Volume.SearchInfoData

Search result information related to this volume.

Inheritance
object
Volume.SearchInfoData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.SearchInfoData

Properties

TextSnippet

A text snippet containing the search query.

Declaration
[JsonProperty("textSnippet")]
public virtual string TextSnippet { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX