class Google::Apis::RedisV1::ImportInstanceRequest

Request for Import.

Attributes

input_config[RW]

The input content Corresponds to the JSON property `inputConfig` @return [Google::Apis::RedisV1::InputConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/redis_v1/classes.rb, line 223
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 228
def update!(**args)
  @input_config = args[:input_config] if args.key?(:input_config)
end