Class AdvertisersResource.ReachForecastResource.RetrievePlannableLocationsRequest
Retrieves the list of countries where reach forecasting is supported. API support for generating reach forecasts and retrieving related metadata is in beta. This method is only available to allowlisted users.
Inheritance
AdvertisersResource.ReachForecastResource.RetrievePlannableLocationsRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdvertisersResource.ReachForecastResource.RetrievePlannableLocationsRequest : DisplayVideoBaseServiceRequest<RetrievePlannableLocationsResponse>, IClientServiceRequest<RetrievePlannableLocationsResponse>, IClientServiceRequest
Constructors
RetrievePlannableLocationsRequest(IClientService, long)
Constructs a new RetrievePlannableLocations request.
Declaration
public RetrievePlannableLocationsRequest(IClientService service, long advertiserId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| long | advertiserId |
Properties
AdvertiserId
Required. The ID of the advertiser to list plannable locations for.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
| Type | Description |
|---|---|
| long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes RetrievePlannableLocations parameter list.
Declaration
protected override void InitParameters()