Class: Google::Apis::RedisV1::ExportInstanceRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::RedisV1::ExportInstanceRequest
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/redis_v1/classes.rb,
generated/google/apis/redis_v1/representations.rb,
generated/google/apis/redis_v1/representations.rb 
Overview
Request for Export.
Instance Attribute Summary collapse
- 
  
    
      #output_config  ⇒ Google::Apis::RedisV1::OutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The output content Corresponds to the JSON property
outputConfig. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ExportInstanceRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ExportInstanceRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ExportInstanceRequest
Returns a new instance of ExportInstanceRequest.
      51 52 53  | 
    
      # File 'generated/google/apis/redis_v1/classes.rb', line 51 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#output_config ⇒ Google::Apis::RedisV1::OutputConfig
The output content
Corresponds to the JSON property outputConfig
      49 50 51  | 
    
      # File 'generated/google/apis/redis_v1/classes.rb', line 49 def output_config @output_config end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      56 57 58  | 
    
      # File 'generated/google/apis/redis_v1/classes.rb', line 56 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end  |