View Source GoogleApi.Datastream.V1.Model.SourceObjectIdentifier (google_api_datastream v0.3.0)
Represents an identifier of an object in the data source.
Attributes
-
mysqlIdentifier(type:GoogleApi.Datastream.V1.Model.MysqlObjectIdentifier.t, default:nil) - Mysql data source object identifier. -
oracleIdentifier(type:GoogleApi.Datastream.V1.Model.OracleObjectIdentifier.t, default:nil) - Oracle data source object identifier.
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.SourceObjectIdentifier{
mysqlIdentifier:
GoogleApi.Datastream.V1.Model.MysqlObjectIdentifier.t() | nil,
oracleIdentifier:
GoogleApi.Datastream.V1.Model.OracleObjectIdentifier.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.