View Source GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse (google_api_local_services v0.9.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse{ detailedLeadReports: [ GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.t() ] | nil, nextPageToken: String.t() | nil }