View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata (google_api_discovery_engine v0.22.0)
Metadata related to the progress of the DataStoreService.CreateDataStore operation. This will be returned by the google.longrunning.Operation.metadata field.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Operation create time. -
updateTime
(type:DateTime.t
, default:nil
) - Operation last update time. If the operation is done, this is also the finish time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata{ createTime: DateTime.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.