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

PostgreSQL database structure.

Attributes

  • postgresqlSchemas (type: list(GoogleApi.Datastream.V1.Model.PostgresqlSchema.t), default: nil) - PostgreSQL schemas in the database server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.PostgresqlRdbms{
  postgresqlSchemas: [GoogleApi.Datastream.V1.Model.PostgresqlSchema.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.