Show / Hide Table of Contents

Class BatchDeleteAdRulesRequest

Request object for BatchDeleteAdRules method.

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

Constructors

BatchDeleteAdRulesRequest()

Declaration
public BatchDeleteAdRulesRequest()

BatchDeleteAdRulesRequest(BatchDeleteAdRulesRequest)

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

Properties

AdRuleNames

AdRuleName-typed view over the Names resource name property.

Declaration
public ResourceNameList<AdRuleName> AdRuleNames { get; }
Property Value
Type Description
ResourceNameList<AdRuleName>

Names

Required. Resource names for the AdRule. Format: networks/{network_code}/adRules/{ad_rule}

Declaration
public RepeatedField<string> Names { get; }
Property Value
Type Description
RepeatedField<string>

Parent

Required. Format: networks/{network_code}

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
In this article
Back to top Generated by DocFX