Class GoogleCloudApihubV1ApiView
The view of an API.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ApiView : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
McpServerView
Output only. MCP server view.
Declaration
[JsonProperty("mcpServerView")]
public virtual GoogleCloudApihubV1FlattenedApiVersionDeploymentView McpServerView { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1FlattenedApiVersionDeploymentView |
McpToolView
Output only. MCP tools view.
Declaration
[JsonProperty("mcpToolView")]
public virtual GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView McpToolView { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView |