GoogleApi.Datastream.V1.Model.MongodbCluster (google_api_datastream v0.10.0)
View SourceMongoDB Cluster structure.
Attributes
-
databases
(type:list(GoogleApi.Datastream.V1.Model.MongodbDatabase.t)
, default:nil
) - MongoDB databases in the cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.MongodbCluster{ databases: [GoogleApi.Datastream.V1.Model.MongodbDatabase.t()] | nil }