Show / Hide Table of Contents

Class RequestPlatformEnum

Wrapper message for [RequestPlatform].

Describes the platform from which a request is made and on which the ad is rendered. In the event of multiple platforms, the platform that ultimately renders the ad is the targeted platform. For example, a video player on a website would have a request platform of VIDEO_PLAYER.

Inheritance
object
RequestPlatformEnum
Implements
IMessage<RequestPlatformEnum>
IEquatable<RequestPlatformEnum>
IDeepCloneable<RequestPlatformEnum>
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 RequestPlatformEnum : IMessage<RequestPlatformEnum>, IEquatable<RequestPlatformEnum>, IDeepCloneable<RequestPlatformEnum>, IBufferMessage, IMessage

Constructors

RequestPlatformEnum()

Declaration
public RequestPlatformEnum()

RequestPlatformEnum(RequestPlatformEnum)

Declaration
public RequestPlatformEnum(RequestPlatformEnum other)
Parameters
Type Name Description
RequestPlatformEnum other
In this article
Back to top Generated by DocFX