Class PausedStateContext
Information specific to a subscription in paused state.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PausedStateContext : IDirectResponseSchema
Properties
AutoResumeTime
object representation of AutoResumeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AutoResumeTimeDateTimeOffset instead.")]
public virtual object AutoResumeTime { get; set; }
Property Value
Type | Description |
---|---|
object |
AutoResumeTimeDateTimeOffset
DateTimeOffset representation of AutoResumeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? AutoResumeTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
AutoResumeTimeRaw
Time at which the subscription will be automatically resumed.
Declaration
[JsonProperty("autoResumeTime")]
public virtual string AutoResumeTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |