Class V23Resource.ListPlannableUserListsRequest
Returns the list of plannable user lists with their plannable status. User lists may not be plannable for a number of reasons, including: - They are less than 10 days old. - They have a membership lifespan that is less than 30 days - They have less than 10,000 or more than 700,000 users. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError QuotaError RangeError ReachPlanError RequestError
Inheritance
V23Resource.ListPlannableUserListsRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class V23Resource.ListPlannableUserListsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListPlannableUserListsResponse>, IClientServiceRequest
Constructors
ListPlannableUserListsRequest(IClientService, GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest)
Constructs a new ListPlannableUserLists request.
Declaration
public ListPlannableUserListsRequest(IClientService service, GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesListPlannableUserListsRequest | 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 ListPlannableUserLists parameter list.
Declaration
protected override void InitParameters()