@contio/partner-sdk - v1.10.0
Preparing search index...
MeetingAttachment
Interface MeetingAttachment
interface
MeetingAttachment
{
access_level
?:
MeetingAttachmentAccessLevel
;
created_at
:
string
;
created_by_user_id
?:
string
;
external_content_url
?:
string
;
file_name
?:
string
;
id
:
string
;
kind
?:
MeetingAttachmentKind
;
meeting_id
:
string
;
mime_type
?:
string
;
size_bytes
?:
number
;
updated_at
:
string
;
workspace_id
:
string
;
}
Index
Properties
access_
level?
created_
at
created_
by_
user_
id?
external_
content_
url?
file_
name?
id
kind?
meeting_
id
mime_
type?
size_
bytes?
updated_
at
workspace_
id
Properties
Optional
access_
level
access_level
?:
MeetingAttachmentAccessLevel
created_
at
created_at
:
string
Optional
created_
by_
user_
id
created_by_user_id
?:
string
Optional
external_
content_
url
external_content_url
?:
string
Optional
file_
name
file_name
?:
string
id
id
:
string
Optional
kind
kind
?:
MeetingAttachmentKind
meeting_
id
meeting_id
:
string
Optional
mime_
type
mime_type
?:
string
Optional
size_
bytes
size_bytes
?:
number
updated_
at
updated_at
:
string
workspace_
id
workspace_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
level
created_
at
created_
by_
user_
id
external_
content_
url
file_
name
id
kind
meeting_
id
mime_
type
size_
bytes
updated_
at
workspace_
id
@contio/partner-sdk - v1.10.0
Loading...