Interface
globalId
always returned with attachments via apply edits.
Properties
Property | Type | Notes |
---|---|---|
error inherited | { code: number; description: string } | Error is optional and is only returned when |
string | ||
objectId inherited | number | |
success inherited | boolean |
error
error: { code: number; description: string }
Error is optional and is only returned when success
is false
.
Type declaration
objectId
objectId: number
success
success: boolean