Class RequestPlatformTargeting
Represents a list of targeted request platforms.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class RequestPlatformTargeting : IMessage<RequestPlatformTargeting>, IEquatable<RequestPlatformTargeting>, IDeepCloneable<RequestPlatformTargeting>, IBufferMessage, IMessage
Constructors
RequestPlatformTargeting()
Declaration
public RequestPlatformTargeting()
RequestPlatformTargeting(RequestPlatformTargeting)
Declaration
public RequestPlatformTargeting(RequestPlatformTargeting other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestPlatformTargeting | other |
Properties
RequestPlatforms
Optional. The list of request platforms that should be targeted.
Declaration
public RepeatedField<RequestPlatformEnum.Types.RequestPlatform> RequestPlatforms { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<RequestPlatformEnum.Types.RequestPlatform> |