View Source GoogleApi.Datastream.V1.Model.MysqlTable (google_api_datastream v0.4.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.