Class: Google::Apis::RedisV1::ExportInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1::ExportInstanceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/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.
1164 1165 1166 |
# File 'lib/google/apis/redis_v1/classes.rb', line 1164 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_config ⇒ Google::Apis::RedisV1::OutputConfig
The output content
Corresponds to the JSON property outputConfig
1162 1163 1164 |
# File 'lib/google/apis/redis_v1/classes.rb', line 1162 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1169 1170 1171 |
# File 'lib/google/apis/redis_v1/classes.rb', line 1169 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end |