Gio.FileAttributeInfo

const Gio = imports.gi.Gio;

let fileAttributeInfo = new Gio.FileAttributeInfo({
    type: value
    flags: value
});
  

Information about a specific attribute.