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.



8660
8661
8662
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8660

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)


8653
8654
8655
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8653

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



8658
8659
8660
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8658

def resource_value_configs
  @resource_value_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8665
8666
8667
8668
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8665

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