Show / Hide Table of Contents

Class Discoveryclusters.ClustersData

Inheritance
object
Discoveryclusters.ClustersData
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 Discoveryclusters.ClustersData

Properties

BannerWithContentContainer

Declaration
[JsonProperty("banner_with_content_container")]
public virtual Discoveryclusters.ClustersData.BannerWithContentContainerData BannerWithContentContainer { get; set; }
Property Value
Type Description
Discoveryclusters.ClustersData.BannerWithContentContainerData

SubTitle

Declaration
[JsonProperty("subTitle")]
public virtual string SubTitle { get; set; }
Property Value
Type Description
string

Title

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

TotalVolumes

Declaration
[JsonProperty("totalVolumes")]
public virtual int? TotalVolumes { get; set; }
Property Value
Type Description
int?

Uid

Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type Description
string

Volumes

Declaration
[JsonProperty("volumes")]
public virtual IList<Volume> Volumes { get; set; }
Property Value
Type Description
IList<Volume>
In this article
Back to top Generated by DocFX