Class: Google::Apis::SecuritycenterV1::ListAttackPathsResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::ListAttackPathsResponse
- 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
-
#attack_paths ⇒ Array<Google::Apis::SecuritycenterV1::AttackPath>
Corresponds to the JSON property
attackPaths. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListAttackPathsResponse
constructor
A new instance of ListAttackPathsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListAttackPathsResponse
Returns a new instance of ListAttackPathsResponse.
11008 11009 11010 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11008 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attack_paths ⇒ Array<Google::Apis::SecuritycenterV1::AttackPath>
Corresponds to the JSON property attackPaths
11001 11002 11003 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11001 def attack_paths @attack_paths end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
11006 11007 11008 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11006 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11013 11014 11015 11016 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11013 def update!(**args) @attack_paths = args[:attack_paths] if args.key?(:attack_paths) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |