Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
- 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
-
#content ⇒ String
String representation of the requested file.
-
#files ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSerializedFile>
List containing String represendation for multiple file with type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#content ⇒ String
String representation of the requested file.
Corresponds to the JSON property content
7395 7396 7397 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7395 def content @content end |
#files ⇒ Array<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 |