Class: Google::Apis::SecuritycenterV1::ListDescendantEventThreatDetectionCustomModulesResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::ListDescendantEventThreatDetectionCustomModulesResponse
- 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
-
#event_threat_detection_custom_modules ⇒ Array<Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule>
Corresponds to the JSON property
eventThreatDetectionCustomModules. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListDescendantEventThreatDetectionCustomModulesResponse
constructor
A new instance of ListDescendantEventThreatDetectionCustomModulesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListDescendantEventThreatDetectionCustomModulesResponse
Returns a new instance of ListDescendantEventThreatDetectionCustomModulesResponse.
11058 11059 11060 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11058 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_threat_detection_custom_modules ⇒ Array<Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule>
Corresponds to the JSON property eventThreatDetectionCustomModules
11051 11052 11053 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11051 def event_threat_detection_custom_modules @event_threat_detection_custom_modules end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
11056 11057 11058 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11056 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11063 11064 11065 11066 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11063 def update!(**args) @event_threat_detection_custom_modules = args[:event_threat_detection_custom_modules] if args.key?(:event_threat_detection_custom_modules) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |