class Google::Apis::ApigatewayV1beta::ApigatewayApiConfigOpenApiDocument

An OpenAPI Specification Document describing an API.

Attributes

document[RW]

A lightweight description of a file. Corresponds to the JSON property `document` @return [Google::Apis::ApigatewayV1beta::ApigatewayApiConfigFile]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigateway_v1beta/classes.rb, line 252
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigateway_v1beta/classes.rb, line 257
def update!(**args)
  @document = args[:document] if args.key?(:document)
end