View Source GoogleApi.Datastream.V1.Model.MysqlTable (google_api_datastream v0.3.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 lists, includes/excludes everything. -
table(type:String.t, default:nil) - Table name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.MysqlTable{
mysqlColumns: [GoogleApi.Datastream.V1.Model.MysqlColumn.t()] | nil,
table: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.