Class Series.SeriesData
Inheritance
System.Object
Series.SeriesData
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()
Assembly: Google.Apis.Books.v1.dll
Syntax
Properties
BannerImageUrl
Declaration
[JsonProperty("bannerImageUrl")]
public virtual string BannerImageUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EligibleForSubscription
Declaration
[JsonProperty("eligibleForSubscription")]
public virtual bool? EligibleForSubscription { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
ImageUrl
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsComplete
Declaration
[JsonProperty("isComplete")]
public virtual bool? IsComplete { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Declaration
[JsonProperty("seriesFormatType")]
public virtual string SeriesFormatType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SeriesId
Declaration
[JsonProperty("seriesId")]
public virtual string SeriesId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SeriesSubscriptionReleaseInfo
Declaration
[JsonProperty("seriesSubscriptionReleaseInfo")]
public virtual Series.SeriesData.SeriesSubscriptionReleaseInfoData SeriesSubscriptionReleaseInfo { get; set; }
Property Value
SeriesType
Declaration
[JsonProperty("seriesType")]
public virtual string SeriesType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SubscriptionId
Declaration
[JsonProperty("subscriptionId")]
public virtual string SubscriptionId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|