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

Mysql data source object identifier.

Attributes

  • database (type: String.t, default: nil) - Required. The database name.
  • table (type: String.t, default: nil) - Required. The table name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.MysqlObjectIdentifier{
  database: String.t() | nil,
  table: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.