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