Show / Hide Table of Contents

Class BatchCreateSlatesResponse

Response object for BatchCreateSlates method.

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

Constructors

BatchCreateSlatesResponse()

Declaration
public BatchCreateSlatesResponse()

BatchCreateSlatesResponse(BatchCreateSlatesResponse)

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

Properties

Slates

The Slate objects created.

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