Show / Hide Table of Contents

Class BatchCreateViewabilityProvidersResponse

Response object for [BatchCreateViewabilityProviders][] method.

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

Constructors

BatchCreateViewabilityProvidersResponse()

Declaration
public BatchCreateViewabilityProvidersResponse()

BatchCreateViewabilityProvidersResponse(BatchCreateViewabilityProvidersResponse)

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

Properties

ViewabilityProviders

The [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider] objects created.

Declaration
public RepeatedField<ViewabilityProvider> ViewabilityProviders { get; }
Property Value
Type Description
RepeatedField<ViewabilityProvider>
In this article
Back to top Generated by DocFX