GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse (google_api_local_services v0.2.0) View Source
A page of the response received from the SearchDetailedLeadReports 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
-
detailedLeadReports(type:list(GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.t), default:nil) - List of detailed lead reports uniquely identified by external lead id. -
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.GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse{
detailedLeadReports: [
GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.t()
],
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.