Skip to main content

Module clients.sandbox.filesystem.write_file_response

Functions

write_file_response_from_api_object

def write_file_response_from_api_object(api_object: h2o_engine_manager.gen.model.v1_write_file_response.V1WriteFileResponse) ‑> WriteFileResponse

Classes

WriteFileResponse

class WriteFileResponse(file_info: h2o_engine_manager.clients.sandbox.filesystem.file_info.FileInfo)

Response from writing a file.

WriteFileResponse contains metadata about the written file.

Args
file_info
Metadata about the written file.

Feedback