class Google::Apis::RedisV1beta1::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::RedisV1beta1::GcsSource]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/redis_v1beta1/classes.rb, line 245 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_v1beta1/classes.rb, line 250 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end