Show / Hide Table of Contents

Class BatchPopulateAudienceSegmentsResponse

Response message for BatchPopulateAudienceSegments method.

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

Constructors

BatchPopulateAudienceSegmentsResponse()

Declaration
public BatchPopulateAudienceSegmentsResponse()

BatchPopulateAudienceSegmentsResponse(BatchPopulateAudienceSegmentsResponse)

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

Properties

ChangeCount

Number of audience segments populated.

Declaration
public long ChangeCount { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX