#The Media object
Media represents a media file in the system
createdAt
string (date-time)fileName
stringid
stringmediaType
string (enum)- TYPE_UNSPECIFIED: The media type is not specified - TYPE_CENTRAL_QRCODE_IMAGE: The media type is a central QR code image
Allowed values
TYPE_UNSPECIFIED
The media type is not specified
TYPE_CENTRAL_QRCODE_IMAGE
The media type is a central QR code image
mimeType
stringsignedUrl
stringsize
string (int64)updatedAt
string (date-time)uploadedBy
stringThe member who uploaded the file If it was uploaded through the public API, or if the member was removed from the workspace, the uploaded_by will be null.
visibility
string (enum)- VISIBILITY_UNSPECIFIED: The media visibility is not specified - VISIBILITY_PUBLIC: The media visibility is public - VISIBILITY_PRIVATE: The media visibility is private
Allowed values
VISIBILITY_UNSPECIFIED
The media visibility is not specified
VISIBILITY_PUBLIC
The media visibility is public
VISIBILITY_PRIVATE
The media visibility is private
workspaceId
string