View Source GoogleApi.Datastore.V1.Model.LookupRequest (google_api_datastore v0.21.0)
The request for Datastore.Lookup.
Attributes
-
databaseId
(type:String.t
, default:nil
) - The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database. -
keys
(type:list(GoogleApi.Datastore.V1.Model.Key.t)
, default:nil
) - Required. Keys of entities to look up. -
readOptions
(type:GoogleApi.Datastore.V1.Model.ReadOptions.t
, default:nil
) - The options for this lookup request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastore.V1.Model.LookupRequest{ databaseId: String.t() | nil, keys: [GoogleApi.Datastore.V1.Model.Key.t()] | nil, readOptions: GoogleApi.Datastore.V1.Model.ReadOptions.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.