@jackdevau/up-api API Reference
Preparing search index...
AttachmentResource
Interface AttachmentResource
interface
AttachmentResource
{
type
:
string
;
id
:
string
;
attributes
:
{
createdAt
:
string
|
null
;
fileURL
:
string
|
null
;
fileURLExpiresAt
:
string
;
fileExtension
:
string
|
null
;
fileContentType
:
string
|
null
;
}
;
relationships
:
{
transaction
:
{
data
:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
}
;
links
?:
{
self
:
string
}
;
}
Index
Properties
type
id
attributes
relationships
links?
Properties
type
type
:
string
id
id
:
string
attributes
attributes
:
{
createdAt
:
string
|
null
;
fileURL
:
string
|
null
;
fileURLExpiresAt
:
string
;
fileExtension
:
string
|
null
;
fileContentType
:
string
|
null
;
}
relationships
relationships
:
{
transaction
:
{
data
:
{
type
:
string
;
id
:
string
}
;
links
?:
{
related
:
string
}
;
}
;
}
Optional
links
links
?:
{
self
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
id
attributes
relationships
links
@jackdevau/up-api API Reference
Loading...