Show / Hide Table of Contents

Class GoogleCloudApihubV1ApiView

The view of an API.

Inheritance
object
GoogleCloudApihubV1ApiView
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX