Class GoogleCloudApihubV1SearchResourcesResponse
Response for the SearchResources method.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1SearchResourcesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchResults
List of search results according to the filter and search query specified. The order of search results represents the ranking.
Declaration
[JsonProperty("searchResults")]
public virtual IList<GoogleCloudApihubV1SearchResult> SearchResults { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudApihubV1SearchResult> |