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.



6474
6475
6476
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6474

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



6472
6473
6474
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6472

def detected_software
  @detected_software
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6479
6480
6481
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6479

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