ListCampaignDraftAsyncErrorsRequest

  • This is the request message for the CampaignDraftService.ListCampaignDraftAsyncErrors API call.

  • The resource_name field is required and specifies the campaign draft to retrieve errors from.

  • Optional fields like page_token and page_size can be used for pagination.

Request message for CampaignDraftService.ListCampaignDraftAsyncErrors.

Fields

resource_name

string

Required. The name of the campaign draft from which to retrieve the async errors.

page_token

string

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.

page_size

int32

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.