Class BatchCreateSlatesResponse
Response object for BatchCreateSlates method.
Implements
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> |