Class Series.SeriesData.SeriesSubscriptionReleaseInfoData
Inheritance
System.Object
Series.SeriesData.SeriesSubscriptionReleaseInfoData
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 SeriesSubscriptionReleaseInfoData
Properties
CancelTime
Declaration
[JsonProperty("cancelTime")]
public virtual string CancelTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |