Class RemoteInAppUpdate
Object representation for Remote in-app update action type.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RemoteInAppUpdate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRemoteInAppUpdateRequested
Required. Set to true if Remote In-App Update action type is needed.
Declaration
[JsonProperty("isRemoteInAppUpdateRequested")]
public virtual bool? IsRemoteInAppUpdateRequested { get; set; }
Property Value
Type | Description |
---|---|
bool? |