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