Show / Hide Table of Contents

Class BatchCreateViewabilityProvidersRequest

Request object for [BatchCreateViewabilityProviders][] method.

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

Constructors

BatchCreateViewabilityProvidersRequest()

Declaration
public BatchCreateViewabilityProvidersRequest()

BatchCreateViewabilityProvidersRequest(BatchCreateViewabilityProvidersRequest)

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

Properties

Parent

Required. The parent resource where [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider]s will be created. Format: networks/{network_code} The parent field in the CreateViewabilityProviderRequest must match this field.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider] objects to create. A maximum of 100 objects can be created in a batch.

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