Show / Hide Table of Contents

Class ListViewabilityProvidersRequest

Request object for [ListViewabilityProviders][] method.

Inheritance
object
ListViewabilityProvidersRequest
Implements
IMessage<ListViewabilityProvidersRequest>
IEquatable<ListViewabilityProvidersRequest>
IDeepCloneable<ListViewabilityProvidersRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ListViewabilityProvidersRequest : IMessage<ListViewabilityProvidersRequest>, IEquatable<ListViewabilityProvidersRequest>, IDeepCloneable<ListViewabilityProvidersRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListViewabilityProvidersRequest()

Declaration
public ListViewabilityProvidersRequest()

ListViewabilityProvidersRequest(ListViewabilityProvidersRequest)

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

Properties

Filter

Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters

Filterable fields:

  • address
  • comment
  • displayName
  • email
  • externalId
  • fax
  • name
  • phone
  • primaryContact
  • rejectionTrackerUrl
  • vendorKey
  • verificationScriptUrl
  • verificationScriptUrlParameters
Declaration
public string Filter { get; set; }
Property Value
Type Description
string

OrderBy

Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order

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

PageSize

Optional. The maximum number of [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider]s to return. The service may return fewer than this value. If unspecified, at most 50 [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider]s will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous [ListViewabilityProviders][] call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to [ListViewabilityProviders][] must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The parent, which owns this collection of [ViewabilityProvider][google.ads.admanager.v1.ViewabilityProvider]s. 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

Skip

Optional. Number of individual resources to skip while paginating.

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