Class BatchCreateLabelsResponse
Response object for BatchCreateLabels method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateLabelsResponse : IMessage<BatchCreateLabelsResponse>, IEquatable<BatchCreateLabelsResponse>, IDeepCloneable<BatchCreateLabelsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateLabelsResponse()
Declaration
public BatchCreateLabelsResponse()
BatchCreateLabelsResponse(BatchCreateLabelsResponse)
Declaration
public BatchCreateLabelsResponse(BatchCreateLabelsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateLabelsResponse | other |
Properties
Labels
The Label objects created.
Declaration
public RepeatedField<Label> Labels { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Label> |