Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 757 Bytes

IOBase.md

File metadata and controls

16 lines (11 loc) · 757 Bytes

PollinationSDK.Model.IOBase

Properties

Name Type Description Notes
Type string [optional] [readonly] [default to "IOBase"]
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
Inputs List<AnyType> Place-holder. Overwrite this! [optional]
Outputs List<AnyType> Place-holder. Overwrite this! [optional]

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