Show / Hide Table of Contents

Class BatchUpdateAdSpotsResponse

Response object for BatchUpdateAdSpots method.

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

Constructors

BatchUpdateAdSpotsResponse()

Declaration
public BatchUpdateAdSpotsResponse()

BatchUpdateAdSpotsResponse(BatchUpdateAdSpotsResponse)

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

Properties

AdSpots

The AdSpot objects updated.

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