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