Show / Hide Table of Contents

Class BatchCreateChildPublishersRequest

Request object for [BatchCreateChildPublishers][] method.

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

Constructors

BatchCreateChildPublishersRequest()

Declaration
public BatchCreateChildPublishersRequest()

BatchCreateChildPublishersRequest(BatchCreateChildPublishersRequest)

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

Properties

Parent

Required. The parent resource where [ChildPublisher][google.ads.admanager.v1.ChildPublisher]s will be created. Format: networks/{network_code} The parent field in the CreateChildPublisherRequest must match this field.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects to create. A maximum of 100 objects can be created in a batch.

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