class Google::Apis::RedisV1::ExportInstanceRequest

Request for Export.

Attributes

output_config[RW]

The output content Corresponds to the JSON property `outputConfig` @return [Google::Apis::RedisV1::OutputConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/redis_v1/classes.rb, line 51
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/redis_v1/classes.rb, line 56
def update!(**args)
  @output_config = args[:output_config] if args.key?(:output_config)
end