flow360.DFDCFile# class DFDCFile[source]# Bases: BETSingleInputFileBaseModel type_name: Literal['DFDCFile'] = 'DFDCFile'# file_path: str [Required]# Path to the BET configuration file. It cannot be changed once initialized. content: str [Required]# File content of the BET configuration file. It will be automatically loaded.