Show / Hide Table of Contents

Class BatchAdReviewCenterAdsOperationMetadata

Metadata object for BatchAllowAdReviewCenterAds and BatchBlockAdReviewCenterAds methods.

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

Constructors

BatchAdReviewCenterAdsOperationMetadata()

Declaration
public BatchAdReviewCenterAdsOperationMetadata()

BatchAdReviewCenterAdsOperationMetadata(BatchAdReviewCenterAdsOperationMetadata)

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

Properties

FailedRequests

The status of each failed request, keyed by the index of the corresponding request in the batch request.

Declaration
public MapField<int, Status> FailedRequests { get; }
Property Value
Type Description
MapField<int, Status>
In this article
Back to top Generated by DocFX