Class GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse
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.
Implements
Inherited Members
Namespace: Google.Apis.Localservices.v1.Data
Assembly: Google.Apis.Localservices.v1.dll
Syntax
public class GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse : IDirectResponseSchema
Properties
DetailedLeadReports
List of detailed lead reports uniquely identified by external lead id.
Declaration
[JsonProperty("detailedLeadReports")]
public virtual IList<GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport> DetailedLeadReports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pagination token to retrieve the next page of results. When next_page_token
is not filled in, there is no
next page and the list returned is the last page in the result set.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |