Show / Hide Table of Contents

Class BatchCreateAdRulesRequest

Request object for BatchCreateAdRules method.

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

Constructors

BatchCreateAdRulesRequest()

Declaration
public BatchCreateAdRulesRequest()

BatchCreateAdRulesRequest(BatchCreateAdRulesRequest)

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

Properties

Parent

Required. The parent resource where AdRules will be created. Format: networks/{network_code} The parent field in the CreateAdRuleRequest 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 AdRule objects to create. A maximum of 100 objects can be created in a batch.

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