Class: Google::Apis::SqladminV1::ExportContext::BakExportOptions
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1::ExportContext::BakExportOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1/classes.rb,
lib/google/apis/sqladmin_v1/representations.rb,
lib/google/apis/sqladmin_v1/representations.rb
Instance Attribute Summary collapse
-
#stripe_count ⇒ Fixnum
Corresponds to the JSON property
stripeCount. -
#striped ⇒ Boolean
(also: #striped?)
Corresponds to the JSON property
striped.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BakExportOptions
constructor
A new instance of BakExportOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BakExportOptions
Returns a new instance of BakExportOptions.
1240 1241 1242 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1240 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stripe_count ⇒ Fixnum
Corresponds to the JSON property stripeCount
1232 1233 1234 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1232 def stripe_count @stripe_count end |
#striped ⇒ Boolean Also known as: striped?
Corresponds to the JSON property striped
1237 1238 1239 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1237 def striped @striped end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1245 1246 1247 1248 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1245 def update!(**args) @stripe_count = args[:stripe_count] if args.key?(:stripe_count) @striped = args[:striped] if args.key?(:striped) end |