Class ApigatewayApiConfigOpenApiDocument
An OpenAPI Specification Document describing an API.
Implements
Inherited Members
Namespace: Google.Apis.Apigateway.v1beta.Data
Assembly: Google.Apis.Apigateway.v1beta.dll
Syntax
public class ApigatewayApiConfigOpenApiDocument : IDirectResponseSchema
Properties
Document
The OpenAPI Specification document file.
Declaration
[JsonProperty("document")]
public virtual ApigatewayApiConfigFile Document { get; set; }
Property Value
Type | Description |
---|---|
ApigatewayApiConfigFile |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |