Show / Hide Table of Contents

Class BatchUpdatePlacementsResponse

Response object for BatchUpdatePlacements method.

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

Constructors

BatchUpdatePlacementsResponse()

Declaration
public BatchUpdatePlacementsResponse()

BatchUpdatePlacementsResponse(BatchUpdatePlacementsResponse)

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

Properties

Placements

The Placement objects updated.

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