class Google::Apis::SqladminV1beta4::ExportContext::BakExportOptions

Attributes

stripe_count[RW]

Corresponds to the JSON property `stripeCount` @return [Fixnum]

striped[RW]

Corresponds to the JSON property `striped` @return [Boolean]

striped?[RW]

Corresponds to the JSON property `striped` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 1240
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sqladmin_v1beta4/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