Show / Hide Table of Contents

Class GoogleCloudApihubV1SearchResourcesResponse

Response for the SearchResources method.

Inheritance
object
GoogleCloudApihubV1SearchResourcesResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX