GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse (google_api_local_services v0.3.0) View Source
A page of the response received from the SearchAccountReports method. A paginated response where more pages are available has next_page_token set. This token can be used in a subsequent request to retrieve the next request page.
Attributes
-
accountReports(type:list(GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AccountReport.t), default:nil) - List of account reports which maps 1:1 to a particular linked GLS account. -
nextPageToken(type:String.t, default:nil) - Pagination token to retrieve the next page of results. Whennext_page_tokenis not filled in, there is no next page and the list returned is the last page in the result set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse{
accountReports: [
GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AccountReport.t()
],
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.