Class GoogleCloudApihubV1ConfigureAndDeployServerRequest
Request message for ApiHub.ConfigureAndDeployServer.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ConfigureAndDeployServerRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
McpServerConfig
MCP (Model Context Protocol) server configuration.
Declaration
[JsonProperty("mcpServerConfig")]
public virtual GoogleCloudApihubV1McpServerConfig McpServerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1McpServerConfig |