Show / Hide Table of Contents

Class GoogleCloudApihubV1OpenApiSpecDetails

OpenApiSpecDetails contains the details parsed from an OpenAPI spec in addition to the fields mentioned in SpecDetails.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX