Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 650 Bytes

CommonFile.md

File metadata and controls

18 lines (13 loc) · 650 Bytes

openapi.model.CommonFile

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
sFileName String The name of the file
sFileUrl String The URL used to reach the File [optional]
sFileBase64 String The Base64 encoded binary content of the File [optional]
eFileSource String The source of the File

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