Class SearchResponse
Response message for the ReportService.Search
method.
Implements
Namespace: Google.Shopping.Merchant.Reports.V1Beta
Assembly: Google.Shopping.Merchant.Reports.V1Beta.dll
Syntax
public sealed class SearchResponse : IMessage<SearchResponse>, IEquatable<SearchResponse>, IDeepCloneable<SearchResponse>, IBufferMessage, IMessage, IPageResponse<ReportRow>, IEnumerable<ReportRow>, IEnumerable
Constructors
SearchResponse()
Declaration
public SearchResponse()
SearchResponse(SearchResponse)
Declaration
public SearchResponse(SearchResponse other)
Parameters
Type | Name | Description |
---|---|---|
SearchResponse | other |
Properties
NextPageToken
Token which can be sent as page_token
to retrieve the next page. If
omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Results
Rows that matched the search query.
Declaration
public RepeatedField<ReportRow> Results { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ReportRow> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<ReportRow> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<ReportRow> |