Show / Hide Table of Contents

Class GoogleCloudApihubV1SpecDetails

SpecDetails contains the details parsed from supported spec types.

Inheritance
object
GoogleCloudApihubV1SpecDetails
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 GoogleCloudApihubV1SpecDetails : IDirectResponseSchema

Properties

Description

Output only. The description of the spec.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OpenApiSpecDetails

Output only. Additional details apart from OperationDetails parsed from an OpenAPI spec. The OperationDetails parsed from the spec can be obtained by using ListAPIOperations method.

Declaration
[JsonProperty("openApiSpecDetails")]
public virtual GoogleCloudApihubV1OpenApiSpecDetails OpenApiSpecDetails { get; set; }
Property Value
Type Description
GoogleCloudApihubV1OpenApiSpecDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX