Secret.SchemaAttribute
const Secret = imports.gi.Secret;
let schemaAttribute = new Secret.SchemaAttribute({
type: value
});
An attribute in a Secret.Schema.
const Secret = imports.gi.Secret;
let schemaAttribute = new Secret.SchemaAttribute({
type: value
});
An attribute in a Secret.Schema.