Show / Hide Table of Contents

Class BatchUpdateAdRulesResponse

Response object for BatchUpdateAdRules method.

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

Constructors

BatchUpdateAdRulesResponse()

Declaration
public BatchUpdateAdRulesResponse()

BatchUpdateAdRulesResponse(BatchUpdateAdRulesResponse)

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

Properties

AdRules

The AdRule objects updated.

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