Class: Google::Apis::SecuritycenterV1::ListResourceValueConfigsResponse

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 to list resource value configs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListResourceValueConfigsResponse

Returns a new instance of ListResourceValueConfigsResponse.



8323
8324
8325
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8323

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

Instance Attribute Details

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


8316
8317
8318
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8316

def next_page_token
  @next_page_token
end

#resource_value_configsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig>

The resource value configs from the specified parent. Corresponds to the JSON property resourceValueConfigs



8321
8322
8323
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8321

def resource_value_configs
  @resource_value_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8328
8329
8330
8331
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8328

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