Class: Google::Apis::SecuritycenterV1beta1::Chokepoint
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::Chokepoint
- 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) ⇒ Chokepoint
constructor
A new instance of Chokepoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Chokepoint
Returns a new instance of Chokepoint.
1062 1063 1064 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#related_findings ⇒ Array<String>
Corresponds to the JSON property relatedFindings
1060 1061 1062 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1060 def @related_findings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1067 1068 1069 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1067 def update!(**args) @related_findings = args[:related_findings] if args.key?(:related_findings) end |