Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 893 Bytes

CreateBinaryRequest.md

File metadata and controls

17 lines (13 loc) · 893 Bytes

OdinFleet.Model.CreateBinaryRequest

Properties

Name Type Description Notes
Name string The name of the binary
VarVersion string The version of the binary
Type BinaryType The type of the binary
Os ModelOperatingSystem The operating system of the binary
DockerCompose DockerCompose The docker compose settings [optional]
ZipFile ZipFile The zip file settings [optional]
Steam Steam The steam settings [optional]
DockerImage DockerImage The docker image settings [optional]

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