Class BatchCreateChildPublishersResponse
Response object for [BatchCreateChildPublishers][] method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateChildPublishersResponse : IMessage<BatchCreateChildPublishersResponse>, IEquatable<BatchCreateChildPublishersResponse>, IDeepCloneable<BatchCreateChildPublishersResponse>, IBufferMessage, IMessage
Constructors
BatchCreateChildPublishersResponse()
Declaration
public BatchCreateChildPublishersResponse()
BatchCreateChildPublishersResponse(BatchCreateChildPublishersResponse)
Declaration
public BatchCreateChildPublishersResponse(BatchCreateChildPublishersResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateChildPublishersResponse | other |
Properties
ChildPublishers
The [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects created.
Declaration
public RepeatedField<ChildPublisher> ChildPublishers { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ChildPublisher> |