class Google::Apis::RedisV1::InputConfig
The input content
Attributes
gcs_source[RW]
The Cloud Storage location for the input content Corresponds to the JSON property `gcsSource` @return [Google::Apis::RedisV1::GcsSource]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/redis_v1/classes.rb, line 242 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 247 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end