Class GoogleCloudApihubV1RetrieveApiViewsResponse
The RetrieveApiViews method's response.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1RetrieveApiViewsResponse : IDirectResponseSchema
Properties
ApiViews
The list of API views.
Declaration
[JsonProperty("apiViews")]
public virtual IList<GoogleCloudApihubV1ApiView> ApiViews { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudApihubV1ApiView> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |