Class: Google::Apis::SecuritycenterV1::ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

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

Overview

Response message for listing effective Security Health Analytics custom modules.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Returns a new instance of ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.



8120
8121
8122
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8120

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

Instance Attribute Details

#effective_security_health_analytics_custom_modulesArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule>

Effective custom modules belonging to the requested parent. Corresponds to the JSON property effectiveSecurityHealthAnalyticsCustomModules



8112
8113
8114
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8112

def effective_security_health_analytics_custom_modules
  @effective_security_health_analytics_custom_modules
end

#next_page_tokenString

If not empty, indicates that there may be more effective custom modules to be returned. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


8118
8119
8120
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8118

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8125
8126
8127
8128
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8125

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