Show / Hide Table of Contents

Class Series.SeriesData

Inheritance
object
Series.SeriesData
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 Series.SeriesData

Properties

BannerImageUrl

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

EligibleForSubscription

Declaration
[JsonProperty("eligibleForSubscription")]
public virtual bool? EligibleForSubscription { get; set; }
Property Value
Type Description
bool?

ImageUrl

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

IsComplete

Declaration
[JsonProperty("isComplete")]
public virtual bool? IsComplete { get; set; }
Property Value
Type Description
bool?

SeriesFormatType

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

SeriesId

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

SeriesSubscriptionReleaseInfo

Declaration
[JsonProperty("seriesSubscriptionReleaseInfo")]
public virtual Series.SeriesData.SeriesSubscriptionReleaseInfoData SeriesSubscriptionReleaseInfo { get; set; }
Property Value
Type Description
Series.SeriesData.SeriesSubscriptionReleaseInfoData

SeriesType

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

SubscriptionId

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

Title

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