Skip to main content

SnapshotExportedResponse

Type Alias SnapshotExportedResponse 

Source
pub type SnapshotExportedResponse = SnapshotExportedResponse;

Aliased Type§

pub struct SnapshotExportedResponse {
    pub layer_id: String,
    pub entries: Vec<RootFilesystemEntry>,
}

Fields§

§layer_id: String§entries: Vec<RootFilesystemEntry>