Show / Hide Table of Contents

Class Discoveryclusters.ClustersData

Inheritance
System.Object
Discoveryclusters.ClustersData
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 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
System.String

Title

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

TotalVolumes

Declaration
[JsonProperty("totalVolumes")]
public virtual int? TotalVolumes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Uid

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

Volumes

Declaration
[JsonProperty("volumes")]
public virtual IList<Volume> Volumes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Volume>
In This Article
Back to top