Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Overview

Response of the GenerateOpenApiSpec API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse.



8177
8178
8179
# File 'lib/google/apis/integrations_v1/classes.rb', line 8177

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#open_api_specString

Open API spec as per the required format Corresponds to the JSON property openApiSpec

Returns:

  • (String)


8175
8176
8177
# File 'lib/google/apis/integrations_v1/classes.rb', line 8175

def open_api_spec
  @open_api_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8182
8183
8184
# File 'lib/google/apis/integrations_v1/classes.rb', line 8182

def update!(**args)
  @open_api_spec = args[:open_api_spec] if args.key?(:open_api_spec)
end