Show / Hide Table of Contents

Class TargetingUpdate

Update type for targeting. Note it is always a subset Targeting.

Inheritance
object
TargetingUpdate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class TargetingUpdate : IDirectResponseSchema

Properties

AllUsers

All users are targeted.

Declaration
[JsonProperty("allUsers")]
public virtual AllUsers AllUsers { get; set; }
Property Value
Type Description
AllUsers

AndroidSdks

Additional android sdk levels are targeted by the recovery action.

Declaration
[JsonProperty("androidSdks")]
public virtual AndroidSdks AndroidSdks { get; set; }
Property Value
Type Description
AndroidSdks

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Regions

Additional regions are targeted by the recovery action.

Declaration
[JsonProperty("regions")]
public virtual Regions Regions { get; set; }
Property Value
Type Description
Regions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX