Class: Google::Apis::SecuritycenterV1::BatchCreateResourceValueConfigsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SecuritycenterV1::BatchCreateResourceValueConfigsResponse
 
 
- 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 BatchCreateResourceValueConfigs
Instance Attribute Summary collapse
- 
  
    
      #resource_value_configs  ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource value configs created Corresponds to the JSON property
resourceValueConfigs. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchCreateResourceValueConfigsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BatchCreateResourceValueConfigsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ BatchCreateResourceValueConfigsResponse
Returns a new instance of BatchCreateResourceValueConfigsResponse.
      1043 1044 1045  | 
    
      # File 'lib/google/apis/securitycenter_v1/classes.rb', line 1043 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#resource_value_configs ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig>
The resource value configs created
Corresponds to the JSON property resourceValueConfigs
      1041 1042 1043  | 
    
      # File 'lib/google/apis/securitycenter_v1/classes.rb', line 1041 def resource_value_configs @resource_value_configs end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1048 1049 1050  | 
    
      # File 'lib/google/apis/securitycenter_v1/classes.rb', line 1048 def update!(**args) @resource_value_configs = args[:resource_value_configs] if args.key?(:resource_value_configs) end  |