Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 760 Bytes

File metadata and controls

16 lines (12 loc) · 760 Bytes

SpreadsheetMediaItemMetadata

Metadata for spreadsheet media items.

Properties

Name Type Required Description
format SpreadsheetDecodeFormat Yes
sheet_names List[str] Yes The names of the sheets in the spreadsheet.
size_bytes int Yes The size of the media item in bytes.
title Optional[str] No The title of the spreadsheet, if available.
author Optional[str] No The author of the spreadsheet, if available.
type Literal["spreadsheet"] Yes None

[Back to Model list] [Back to API list] [Back to README]