Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse

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

Overview

Response for DownloadIntegrationVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.



6148
6149
6150
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6148

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

Instance Attribute Details

#contentString

String representation of the integration version. Corresponds to the JSON property content

Returns:

  • (String)


6146
6147
6148
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6146

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6153
6154
6155
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6153

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