Show / Hide Table of Contents

Class BatchCreateChildPublishersResponse

Response object for [BatchCreateChildPublishers][] method.

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