Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Chokepoint
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Chokepoint
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#related_findings ⇒ Array<String>
Corresponds to the JSON property
relatedFindings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Chokepoint
constructor
A new instance of GoogleCloudSecuritycenterV2Chokepoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Chokepoint
Returns a new instance of GoogleCloudSecuritycenterV2Chokepoint.
5216 5217 5218 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5216 def initialize(**args) update!(**args) end |
Instance Attribute Details
#related_findings ⇒ Array<String>
Corresponds to the JSON property relatedFindings
5214 5215 5216 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5214 def @related_findings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5221 5222 5223 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5221 def update!(**args) @related_findings = args[:related_findings] if args.key?(:related_findings) end |