Class BatchCreateViewabilityProvidersResponse
Response object for [BatchCreateViewabilityProviders][] method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateViewabilityProvidersResponse : IMessage<BatchCreateViewabilityProvidersResponse>, IEquatable<BatchCreateViewabilityProvidersResponse>, IDeepCloneable<BatchCreateViewabilityProvidersResponse>, IBufferMessage, IMessage
Constructors
BatchCreateViewabilityProvidersResponse()
Declaration
public BatchCreateViewabilityProvidersResponse()
BatchCreateViewabilityProvidersResponse(BatchCreateViewabilityProvidersResponse)
Declaration
public BatchCreateViewabilityProvidersResponse(BatchCreateViewabilityProvidersResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateViewabilityProvidersResponse | other |
Properties
ViewabilityProviders
The [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider] objects created.
Declaration
public RepeatedField<ViewabilityProvider> ViewabilityProviders { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ViewabilityProvider> |