Show / Hide Table of Contents

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.

Inheritance
object
GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX