GoogleApi.Datastream.V1.Model.MysqlTable (google_api_datastream v0.10.0)

View Source

MySQL table.

Attributes

  • mysqlColumns (type: list(GoogleApi.Datastream.V1.Model.MysqlColumn.t), default: nil) - MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
  • table (type: String.t, default: nil) - Table name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.MysqlTable{
  mysqlColumns: [GoogleApi.Datastream.V1.Model.MysqlColumn.t()] | nil,
  table: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.