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