Struct algorithmia::data::DirectoryDeleted [] [src]

pub struct DirectoryDeleted {
    pub deleted: u64,
    // some fields omitted
}

Response when deleting a file form the Data API

Fields

Number of files that were deleted

Note: some backing stores may indicate deletion succeeds for non-existing files

Trait Implementations

impl Debug for DirectoryDeleted
[src]

Formats the value using the given formatter.