Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 794 Bytes

File metadata and controls

12 lines (7 loc) · 794 Bytes

CreateRealtimeUploadPartsRequest

Properties

Name Type Description Notes
parts kotlin.collections.List<CreateRealtimeUploadPartsRequestPartsInner> List of file upload parts to register with Frame.
assetName kotlin.String Updates the asset name if only `extension` was supplied to assetCreate, and the default name is still in use. Otherwise, will be ignored. [optional]
assetFilesize kotlin.Int The full filesize for the upload in bytes. This field is required when an object in `parts` has `is_final` set to `true`. Must be no more than 5 TiB. [optional]