class Google::Apis::SqladminV1beta4::ExportContext::CsvExportOptions
Options for exporting data as CSV.
Attributes
select_query[RW]
The select query used to extract the data. Corresponds to the JSON property `selectQuery` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 666 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 671 def update!(**args) @select_query = args[:select_query] if args.key?(:select_query) end