Show / Hide Table of Contents

Class Series.SeriesData.SeriesSubscriptionReleaseInfoData

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

Properties

CancelTime

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

CurrentReleaseInfo

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

NextReleaseInfo

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

SeriesSubscriptionType

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