Class V23Resource.ListPlannableUserInterestsRequest
Returns the list of plannable user interests. A plannable user interest is one that can be targeted in a reach forecast using ReachPlanService.GenerateReachForecast. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError ListOperationError QuotaError RequestError StringLengthError
Inheritance
V23Resource.ListPlannableUserInterestsRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class V23Resource.ListPlannableUserInterestsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserInterestsResponse>, IClientServiceRequest
Constructors
ListPlannableUserInterestsRequest(IClientService, GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest)
Constructs a new ListPlannableUserInterests request.
Declaration
public ListPlannableUserInterestsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest | body |
Properties
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes ListPlannableUserInterests parameter list.
Declaration
protected override void InitParameters()