Class: Google::Apis::MigrationcenterV1alpha1::SoftwareInsight

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

Overview

An insight regarding software detected on an asset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SoftwareInsight

Returns a new instance of SoftwareInsight.



8145
8146
8147
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 8145

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

Instance Attribute Details

#detected_softwareGoogle::Apis::MigrationcenterV1alpha1::DetectedSoftware

Information about software detected on an asset. Corresponds to the JSON property detectedSoftware



8143
8144
8145
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 8143

def detected_software
  @detected_software
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8150
8151
8152
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 8150

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