Class GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse
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.
Implements
Inherited Members
Namespace: Google.Apis.Localservices.v1.Data
Assembly: Google.Apis.Localservices.v1.dll
Syntax
public class GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse : IDirectResponseSchema
Properties
AccountReports
List of account reports which maps 1:1 to a particular linked GLS account.
Declaration
[JsonProperty("accountReports")]
public virtual IList<GoogleAdsHomeservicesLocalservicesV1AccountReport> AccountReports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAdsHomeservicesLocalservicesV1AccountReport> |
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 |