Show / Hide Table of Contents

Class BatchCreateAudienceSegmentsResponse

Response object for BatchCreateAudienceSegments method.

Inheritance
object
BatchCreateAudienceSegmentsResponse
Implements
IMessage<BatchCreateAudienceSegmentsResponse>
IEquatable<BatchCreateAudienceSegmentsResponse>
IDeepCloneable<BatchCreateAudienceSegmentsResponse>
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 BatchCreateAudienceSegmentsResponse : IMessage<BatchCreateAudienceSegmentsResponse>, IEquatable<BatchCreateAudienceSegmentsResponse>, IDeepCloneable<BatchCreateAudienceSegmentsResponse>, IBufferMessage, IMessage

Constructors

BatchCreateAudienceSegmentsResponse()

Declaration
public BatchCreateAudienceSegmentsResponse()

BatchCreateAudienceSegmentsResponse(BatchCreateAudienceSegmentsResponse)

Declaration
public BatchCreateAudienceSegmentsResponse(BatchCreateAudienceSegmentsResponse other)
Parameters
Type Name Description
BatchCreateAudienceSegmentsResponse other

Properties

AudienceSegments

The AudienceSegment objects created.

Declaration
public RepeatedField<AudienceSegment> AudienceSegments { get; }
Property Value
Type Description
RepeatedField<AudienceSegment>
In this article
Back to top Generated by DocFX