Class GoogleCloudApihubV1SpecDetails
SpecDetails contains the details parsed from supported spec types.
Implements
Inherited Members
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 |