Show / Hide Table of Contents

Class BatchCreatePlacementsResponse

Response object for BatchCreatePlacements method.

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

Constructors

BatchCreatePlacementsResponse()

Declaration
public BatchCreatePlacementsResponse()

BatchCreatePlacementsResponse(BatchCreatePlacementsResponse)

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

Properties

Placements

The Placement objects created.

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