Show / Hide Table of Contents

Class BatchUpdateLabelsResponse

Response object for BatchUpdateLabels method.

Inheritance
object
BatchUpdateLabelsResponse
Implements
IMessage<BatchUpdateLabelsResponse>
IEquatable<BatchUpdateLabelsResponse>
IDeepCloneable<BatchUpdateLabelsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX