Class: Google::Apis::HealthcareV1alpha2::Detail

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

Overview

Contains multiple sensitive information findings for each resource slice.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Detail

Returns a new instance of Detail



598
599
600
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 598

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

Instance Attribute Details

#findingsArray<Google::Apis::HealthcareV1alpha2::Finding>

Corresponds to the JSON property findings



596
597
598
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 596

def findings
  @findings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



603
604
605
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 603

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