Class GoogleCloudApihubV1OpenApiSpecDetails
OpenApiSpecDetails contains the details parsed from an OpenAPI spec in addition to the fields mentioned in SpecDetails.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1OpenApiSpecDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Format
Output only. The format of the spec.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Output only. Owner details for the spec. This maps to info.contact
in OpenAPI spec.
Declaration
[JsonProperty("owner")]
public virtual GoogleCloudApihubV1Owner Owner { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Owner |
Version
Output only. The version in the spec. This maps to info.version
in OpenAPI spec.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |