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

Oracle table.

Attributes

  • oracleColumns (type: list(GoogleApi.Datastream.V1.Model.OracleColumn.t), default: nil) - Oracle 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.OracleTable{
  oracleColumns: [GoogleApi.Datastream.V1.Model.OracleColumn.t()] | nil,
  table: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.