Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse

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 for DownloadIntegrationVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.



7402
7403
7404
# File 'lib/google/apis/integrations_v1/classes.rb', line 7402

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

Instance Attribute Details

#contentString

String representation of the requested file. Corresponds to the JSON property content

Returns:

  • (String)


7395
7396
7397
# File 'lib/google/apis/integrations_v1/classes.rb', line 7395

def content
  @content
end

#filesArray<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSerializedFile>

List containing String represendation for multiple file with type. Corresponds to the JSON property files



7400
7401
7402
# File 'lib/google/apis/integrations_v1/classes.rb', line 7400

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7407
7408
7409
7410
# File 'lib/google/apis/integrations_v1/classes.rb', line 7407

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