GoogleApi.Datastream.V1.Model.MongodbDatabase (google_api_datastream v0.10.0)
View SourceMongoDB Database.
Attributes
-
collections
(type:list(GoogleApi.Datastream.V1.Model.MongodbCollection.t)
, default:nil
) - Collections in the database. -
database
(type:String.t
, default:nil
) - Database name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.MongodbDatabase{ collections: [GoogleApi.Datastream.V1.Model.MongodbCollection.t()] | nil, database: String.t() | nil }