GoogleApi.Datastore.V1.Model.EntityResult (google_api_datastore v0.17.2) View Source
The result of fetching an entity from Datastore.
Attributes
-
cursor
(type:String.t
, default:nil
) - A cursor that points to the position after the result entity. Set only when theEntityResult
is part of aQueryResultBatch
message. -
entity
(type:GoogleApi.Datastore.V1.Model.Entity.t
, default:nil
) - The resulting entity. -
version
(type:String.t
, default:nil
) - The version of the entity, a strictly positive number that monotonically increases with changes to the entity. This field is set forFULL
entity results. For missing entities inLookupResponse
, this is the version of the snapshot that was used to look up the entity, and it is always set except for eventually consistent reads.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastore.V1.Model.EntityResult{ cursor: String.t(), entity: GoogleApi.Datastore.V1.Model.Entity.t(), version: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.