Class Volumeseriesinfo.VolumeSeriesData
Inheritance
System.Object
Volumeseriesinfo.VolumeSeriesData
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 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 |
|---|---|
| System.Collections.Generic.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 |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.String |
SeriesId
The series id.
Declaration
[JsonProperty("seriesId")]
public virtual string SeriesId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |