Show / Hide Table of Contents

Class AppAssignedTargetingOptionDetails

Details for assigned app targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_APP.

Inheritance
object
AppAssignedTargetingOptionDetails
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AppAssignedTargetingOptionDetails : IDirectResponseSchema

Properties

AppId

Required. The ID of the app. Android's Play store app uses bundle ID, for example com.google.android.gm. Apple's App store app ID uses 9 digit string, for example 422689480.

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

AppPlatform

Indicates the platform of the targeted app. If this field is not specified, the app platform will be assumed to be mobile (i.e., Android or iOS), and we will derive the appropriate mobile platform from the app ID.

Declaration
[JsonProperty("appPlatform")]
public virtual string AppPlatform { get; set; }
Property Value
Type Description
string

DisplayName

Output only. The display name of the app.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Negative

Indicates if this option is being negatively targeted.

Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX