Class CustomersResource.CampaignDraftsResource.ListAsyncErrorsRequest
Returns all errors that occurred during CampaignDraft promote. Throws an error if called before campaign draft is promoted. Supports standard list paging. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.CampaignDraftsResource.ListAsyncErrorsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListCampaignDraftAsyncErrorsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListCampaignDraftAsyncErrorsResponse>, IClientServiceRequest
Constructors
ListAsyncErrorsRequest(IClientService, string)
Constructs a new ListAsyncErrors request.
Declaration
public ListAsyncErrorsRequest(IClientService service, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | resourceName |
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
PageSize
Number of elements to retrieve in a single page. When a page request is too large, the server may decide to further limit the number of returned resources.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the
value obtained from next_page_token in the previous response in order to request the next page of
results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Required. The name of the campaign draft from which to retrieve the async errors.
Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
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 ListAsyncErrors parameter list.
Declaration
protected override void InitParameters()