Class GoogleCloudApihubV1SearchResult
Represents the search results.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1SearchResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
This represents the ApiHubResource. Note: Only selected fields of the resources are populated in response.
Declaration
[JsonProperty("resource")]
public virtual GoogleCloudApihubV1ApiHubResource Resource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1ApiHubResource |