GenericFile
Mixin Extends:
Helper class representing a generic file.
Example:
import { GenericFile, clinical6 } from 'clinical6';
// Typically use clinical6.get(GenericFile)
clinical6.get(GenericFile).then(files => console.log(files));
const file = new GenericFile({
data: {
id: 1,
type: "generic_files",
attributes: {
name: "import_wizard.csv",
public: false,
visible_until: null,
created_at: "2018-09-18T21:35:06Z",
updated_at: "2018-09-18T21:35:06Z"
}
}
});
Inherited Summary
From class GenericFileModel | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|