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.



6900
6901
6902
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6900

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



6898
6899
6900
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6898

def detected_software
  @detected_software
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6905
6906
6907
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6905

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