Class BatchCreateAudienceSegmentsResponse
Response object for BatchCreateAudienceSegments method.
Implements
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> |