Class: Google::Apis::HealthcareV1beta1::Detail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Detail

Returns a new instance of Detail.



1192
1193
1194
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1192

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

Instance Attribute Details

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

Corresponds to the JSON property findings



1190
1191
1192
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1190

def findings
  @findings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1197
1198
1199
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1197

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