Show / Hide Table of Contents

Class BatchCreatePlacementsRequest

Request object for BatchCreatePlacements method.

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

Constructors

BatchCreatePlacementsRequest()

Declaration
public BatchCreatePlacementsRequest()

BatchCreatePlacementsRequest(BatchCreatePlacementsRequest)

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

Properties

Parent

Required. The parent resource where the Placements will be created. Format: networks/{network_code} The parent field in the CreatePlacementRequest messages 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 Placement objects to create. A maximum of 100 objects can be created in a batch.

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