Class PaygateInfo
Information provided to clients so that they can show upgrade promos and warnings on call ending early (for non-paying users).
Inheritance
object
PaygateInfo
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class PaygateInfo : IDirectResponseSchema
Properties
CallEndingSoonWarningTime
Time when client should show message that the call is ending soon.
Declaration
[JsonProperty("callEndingSoonWarningTime")]
public virtual object CallEndingSoonWarningTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CallEndingTime
Time when the call will end if the user does not upgrade (after in-call upgrade support check has been implemented).
Declaration
[JsonProperty("callEndingTime")]
public virtual object CallEndingTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShowUpgradePromos
This boolean is used by clients to decide whether the user should be shown promos to upgrade.
Declaration
[JsonProperty("showUpgradePromos")]
public virtual bool? ShowUpgradePromos { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |