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

PostgreSQL table.

Attributes

  • postgresqlColumns (type: list(GoogleApi.Datastream.V1.Model.PostgresqlColumn.t), default: nil) - PostgreSQL columns in the schema. 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.PostgresqlTable{
  postgresqlColumns: [GoogleApi.Datastream.V1.Model.PostgresqlColumn.t()] | nil,
  table: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.