View Source GoogleApi.AlloyDB.V1.Model.CsvExportOptions (google_api_alloy_db v0.14.0)

Options for exporting data in CSV format. For now, we only support a query to get the data that needs to be exported.

Attributes

  • selectQuery (type: String.t, default: nil) - Required. The select_query used to extract the data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.CsvExportOptions{
  selectQuery: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.