Show / Hide Table of Contents

Class BatchAllowAdReviewCenterAdsRequest

Request object for BatchAllowAdReviewCenterAds method.

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

Constructors

BatchAllowAdReviewCenterAdsRequest()

Declaration
public BatchAllowAdReviewCenterAdsRequest()

BatchAllowAdReviewCenterAdsRequest(BatchAllowAdReviewCenterAdsRequest)

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

Properties

AdReviewCenterAdNames

AdReviewCenterAdName-typed view over the Names resource name property.

Declaration
public ResourceNameList<AdReviewCenterAdName> AdReviewCenterAdNames { get; }
Property Value
Type Description
ResourceNameList<AdReviewCenterAdName>

Names

Required. The resource names of the AdReviewCenterAds to allow. Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}

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

Parent

Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}

Since a network can only have a single web property of each ExchangeSyndicationProduct, you can use the ExchangeSyndicationProduct as an alias for the web property code:

networks/{network_code}/webProperties/display

networks/{network_code}/webProperties/videoAndAudio

networks/{network_code}/webProperties/mobileApp

networks/{network_code}/webProperties/games

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

ParentAsWebPropertyName

WebPropertyName-typed view over the Parent resource name property.

Declaration
public WebPropertyName ParentAsWebPropertyName { get; set; }
Property Value
Type Description
WebPropertyName
In this article
Back to top Generated by DocFX