File
Extends
File
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.File.agentIdcontent?
optional content: string;The file content Base64 encoded
Inherited from
bkper.File.contentcontentType?
optional contentType: string;The file content type
Inherited from
bkper.File.contentTypecreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.File.createdAtid?
optional id: string;The unique id that identifies the file in the book
Inherited from
bkper.File.idname?
optional name: string;The file name
Inherited from
bkper.File.nameproperties?
optional properties: object;The key/value custom properties of the File
Index Signature
[name: string]: stringInherited from
bkper.File.propertiessize?
optional size: number;The file size in bytes
Inherited from
bkper.File.sizeupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.File.updatedAturl?
optional url: string;The file serving url
Inherited from
bkper.File.url