Show / Hide Table of Contents

Class FirstPartyMobileApplicationTargeting

First-party mobile application targeting.

Inheritance
object
FirstPartyMobileApplicationTargeting
Implements
IMessage<FirstPartyMobileApplicationTargeting>
IEquatable<FirstPartyMobileApplicationTargeting>
IDeepCloneable<FirstPartyMobileApplicationTargeting>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class FirstPartyMobileApplicationTargeting : IMessage<FirstPartyMobileApplicationTargeting>, IEquatable<FirstPartyMobileApplicationTargeting>, IDeepCloneable<FirstPartyMobileApplicationTargeting>, IBufferMessage, IMessage

Constructors

FirstPartyMobileApplicationTargeting()

Declaration
public FirstPartyMobileApplicationTargeting()

FirstPartyMobileApplicationTargeting(FirstPartyMobileApplicationTargeting)

Declaration
public FirstPartyMobileApplicationTargeting(FirstPartyMobileApplicationTargeting other)
Parameters
Type Name Description
FirstPartyMobileApplicationTargeting other

Properties

ExcludedApplications

Optional. The resource names of the first-party applications that should be excluded.

Declaration
public RepeatedField<string> ExcludedApplications { get; }
Property Value
Type Description
RepeatedField<string>

ExcludedApplicationsAsApplicationNames

ApplicationName-typed view over the ExcludedApplications resource name property.

Declaration
public ResourceNameList<ApplicationName> ExcludedApplicationsAsApplicationNames { get; }
Property Value
Type Description
ResourceNameList<ApplicationName>

TargetedApplications

Optional. The resource names of the first-party applications that should be targeted.

Declaration
public RepeatedField<string> TargetedApplications { get; }
Property Value
Type Description
RepeatedField<string>

TargetedApplicationsAsApplicationNames

ApplicationName-typed view over the TargetedApplications resource name property.

Declaration
public ResourceNameList<ApplicationName> TargetedApplicationsAsApplicationNames { get; }
Property Value
Type Description
ResourceNameList<ApplicationName>
In this article
Back to top Generated by DocFX