Show / Hide Table of Contents

Class BatchCreateAdSpotsResponse

Response object for BatchCreateAdSpots method.

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

Constructors

BatchCreateAdSpotsResponse()

Declaration
public BatchCreateAdSpotsResponse()

BatchCreateAdSpotsResponse(BatchCreateAdSpotsResponse)

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

Properties

AdSpots

The AdSpot objects created.

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