attributes
attributes: {
bytes: number;
created_at: string;
creating: boolean;
locked: boolean;
name: string;
sha256_hash: null | string;
uuid: string;
uuid_short: string;
}
Type declaration
bytes: number
created_at: string
creating: boolean
locked: boolean
name: string
sha256_hash: null | string
uuid: string
uuid_short: string
A Backup Object
Example