GoogleApi.Datastream.V1.Model.SqlServerSchema (google_api_datastream v0.10.0)

View Source

SQLServer schema.

Attributes

  • schema (type: String.t, default: nil) - Schema name.
  • tables (type: list(GoogleApi.Datastream.V1.Model.SqlServerTable.t), default: nil) - Tables in the schema.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.SqlServerSchema{
  schema: String.t() | nil,
  tables: [GoogleApi.Datastream.V1.Model.SqlServerTable.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.