Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse

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 DownloadJsonPackage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse.



7422
7423
7424
# File 'lib/google/apis/integrations_v1/classes.rb', line 7422

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

Instance Attribute Details

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

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



7420
7421
7422
# File 'lib/google/apis/integrations_v1/classes.rb', line 7420

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7427
7428
7429
# File 'lib/google/apis/integrations_v1/classes.rb', line 7427

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