GoogleApi.Datastream.V1.Model.MongodbObjectIdentifier (google_api_datastream v0.10.0)

View Source

MongoDB data source object identifier.

Attributes

  • collection (type: String.t, default: nil) - Required. The collection name.
  • database (type: String.t, default: nil) - Required. The database name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.MongodbObjectIdentifier{
  collection: String.t() | nil,
  database: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.