Class: Google::Apis::SecuritycenterV1::ListDescendantEventThreatDetectionCustomModulesResponse

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) ⇒ ListDescendantEventThreatDetectionCustomModulesResponse

Returns a new instance of ListDescendantEventThreatDetectionCustomModulesResponse.



10958
10959
10960
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10958

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

Instance Attribute Details

#event_threat_detection_custom_modulesArray<Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule>

Corresponds to the JSON property eventThreatDetectionCustomModules



10951
10952
10953
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10951

def event_threat_detection_custom_modules
  @event_threat_detection_custom_modules
end

#next_page_tokenString

Corresponds to the JSON property nextPageToken

Returns:

  • (String)


10956
10957
10958
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10956

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10963
10964
10965
10966
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10963

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