Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Chokepoint

Returns a new instance of GoogleCloudSecuritycenterV2Chokepoint.



5555
5556
5557
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5555

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

Instance Attribute Details

Corresponds to the JSON property relatedFindings

Returns:

  • (Array<String>)


5553
5554
5555
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5553

def related_findings
  @related_findings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5560
5561
5562
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5560

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