Show / Hide Table of Contents

Class Volumeseriesinfo.VolumeSeriesData

Inheritance
object
Volumeseriesinfo.VolumeSeriesData
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 Volumeseriesinfo.VolumeSeriesData

Properties

Issue

List of issues. Applicable only for Collection Edition and Omnibus.

Declaration
[JsonProperty("issue")]
public virtual IList<Volumeseriesinfo.VolumeSeriesData.IssueData> Issue { get; set; }
Property Value
Type Description
IList<Volumeseriesinfo.VolumeSeriesData.IssueData>

OrderNumber

The book order number in the series.

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

SeriesBookType

The book type in the context of series. Examples - Single Issue, Collection Edition, etc.

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

SeriesId

The series id.

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