View Source GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1CommonMetadata (google_api_datastore v0.25.0)
Metadata common to all Datastore Admin operations.
Attributes
-
endTime(type:DateTime.t, default:nil) - The time the operation ended, either successfully or otherwise. -
labels(type:map(), default:nil) - The client-assigned labels which were provided when the operation was created. May also include additional labels. -
operationType(type:String.t, default:nil) - The type of the operation. Can be used as a filter in ListOperationsRequest. -
startTime(type:DateTime.t, default:nil) - The time that work began on the operation. -
state(type:String.t, default:nil) - The current state of the Operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1CommonMetadata{ endTime: DateTime.t() | nil, labels: map() | nil, operationType: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.