google_api_datastore v0.11.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1CommonMetadata View Source
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.
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 Sourcet() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1CommonMetadata{ endTime: DateTime.t(), labels: map(), operationType: String.t(), startTime: DateTime.t(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.