Class BatchCreateSlatesRequest
Request object for BatchCreateSlates method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateSlatesRequest : IMessage<BatchCreateSlatesRequest>, IEquatable<BatchCreateSlatesRequest>, IDeepCloneable<BatchCreateSlatesRequest>, IBufferMessage, IMessage
Constructors
BatchCreateSlatesRequest()
Declaration
public BatchCreateSlatesRequest()
BatchCreateSlatesRequest(BatchCreateSlatesRequest)
Declaration
public BatchCreateSlatesRequest(BatchCreateSlatesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateSlatesRequest | other |
Properties
Parent
Required. The parent resource where Slates will be created.
Format: networks/{network_code}
The parent field in the CreateSlateRequest must match this
field.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkName |
Requests
Required. The Slate objects to create.
A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateSlateRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateSlateRequest> |