GoogleApi.Datastream.V1.Model.OracleTable (google_api_datastream v0.2.0) View Source
Oracle table.
Attributes
-
oracleColumns
(type:list(GoogleApi.Datastream.V1.Model.OracleColumn.t)
, default:nil
) - Oracle columns in the schema. When unspecified as part of inclue/exclude lists, includes/excludes everything. -
table
(type:String.t
, default:nil
) - Table name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.OracleTable{ oracleColumns: [GoogleApi.Datastream.V1.Model.OracleColumn.t()] | nil, table: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.