GoogleApi.Metastore.V1.Model.MetadataManagementActivity (google_api_metastore v0.12.0)
View SourceThe metadata management activities of the metastore service.
Attributes
-
metadataExports
(type:list(GoogleApi.Metastore.V1.Model.MetadataExport.t)
, default:nil
) - Output only. The latest metadata exports of the metastore service. -
restores
(type:list(GoogleApi.Metastore.V1.Model.Restore.t)
, default:nil
) - Output only. The latest restores of the metastore service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.MetadataManagementActivity{ metadataExports: [GoogleApi.Metastore.V1.Model.MetadataExport.t()] | nil, restores: [GoogleApi.Metastore.V1.Model.Restore.t()] | nil }