Class: Google::Apis::RedisV1beta1::ExportBackupRequest
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1beta1::ExportBackupRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1beta1/classes.rb,
lib/google/apis/redis_v1beta1/representations.rb,
lib/google/apis/redis_v1beta1/representations.rb
Overview
Request for [ExportBackup].
Instance Attribute Summary collapse
-
#gcs_bucket ⇒ String
Google Cloud Storage bucket, like "my-bucket".
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportBackupRequest
constructor
A new instance of ExportBackupRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportBackupRequest
Returns a new instance of ExportBackupRequest.
1408 1409 1410 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1408 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_bucket ⇒ String
Google Cloud Storage bucket, like "my-bucket".
Corresponds to the JSON property gcsBucket
1406 1407 1408 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1406 def gcs_bucket @gcs_bucket end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1413 1414 1415 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1413 def update!(**args) @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket) end |