View Source GoogleApi.Datastream.V1.Model.PostgresqlSchema (google_api_datastream v0.7.1)
PostgreSQL schema.
Attributes
-
postgresqlTables(type:list(GoogleApi.Datastream.V1.Model.PostgresqlTable.t), default:nil) - Tables in the schema. -
schema(type:String.t, default:nil) - Schema name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.PostgresqlSchema{ postgresqlTables: [GoogleApi.Datastream.V1.Model.PostgresqlTable.t()] | nil, schema: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.