Show / Hide Table of Contents

Class BatchCreateAdRulesResponse

Response object for BatchCreateAdRules method.

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

Constructors

BatchCreateAdRulesResponse()

Declaration
public BatchCreateAdRulesResponse()

BatchCreateAdRulesResponse(BatchCreateAdRulesResponse)

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

Properties

AdRules

The AdRule objects created.

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