Class BatchCreateLabelsRequest
Request object for BatchCreateLabels method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateLabelsRequest : IMessage<BatchCreateLabelsRequest>, IEquatable<BatchCreateLabelsRequest>, IDeepCloneable<BatchCreateLabelsRequest>, IBufferMessage, IMessage
Constructors
BatchCreateLabelsRequest()
Declaration
public BatchCreateLabelsRequest()
BatchCreateLabelsRequest(BatchCreateLabelsRequest)
Declaration
public BatchCreateLabelsRequest(BatchCreateLabelsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateLabelsRequest | other |
Properties
Parent
Required. The parent resource where Labels will be created.
Format: networks/{network_code}
The parent field in the CreateLabelRequest 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 Label objects to create.
A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateLabelRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateLabelRequest> |