Show / Hide Table of Contents

Class BatchCreateLabelsResponse

Response object for BatchCreateLabels method.

Inheritance
object
BatchCreateLabelsResponse
Implements
IMessage<BatchCreateLabelsResponse>
IEquatable<BatchCreateLabelsResponse>
IDeepCloneable<BatchCreateLabelsResponse>
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 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>
In this article
Back to top Generated by DocFX