Class AdvertisersResource.ReachForecastResource.RetrievePlannableProductsRequest
Retrieves the list of products that can be planned for a location.
Inheritance
AdvertisersResource.ReachForecastResource.RetrievePlannableProductsRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdvertisersResource.ReachForecastResource.RetrievePlannableProductsRequest : DisplayVideoBaseServiceRequest<RetrievePlannableProductsResponse>, IClientServiceRequest<RetrievePlannableProductsResponse>, IClientServiceRequest
Constructors
RetrievePlannableProductsRequest(IClientService, long)
Constructs a new RetrievePlannableProducts request.
Declaration
public RetrievePlannableProductsRequest(IClientService service, long advertiserId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| long | advertiserId |
Properties
AdvertiserId
Required. The ID of the advertiser to list plannable products 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
PlannableLocationId
Required. The ID of the plannable location.
Declaration
[RequestParameter("plannableLocationId", RequestParameterType.Query)]
public virtual string PlannableLocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes RetrievePlannableProducts parameter list.
Declaration
protected override void InitParameters()