Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse
- 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
-
#files ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFile>
List containing JSON for multiple file with type information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#files ⇒ Array<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 |