Class: Google::Apis::HealthcareV1beta1::Detail
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::Detail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb
Overview
Contains multiple sensitive information findings for each resource slice.
Instance Attribute Summary collapse
-
#findings ⇒ Array<Google::Apis::HealthcareV1beta1::Finding>
Corresponds to the JSON property
findings
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Detail
constructor
A new instance of Detail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Detail
Returns a new instance of Detail.
2062 2063 2064 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 2062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#findings ⇒ Array<Google::Apis::HealthcareV1beta1::Finding>
Corresponds to the JSON property findings
2060 2061 2062 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 2060 def findings @findings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2067 2068 2069 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 2067 def update!(**args) @findings = args[:findings] if args.key?(:findings) end |