Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 586 Bytes

File metadata and controls

15 lines (7 loc) · 586 Bytes

UpdateFunctionSignatureInputBody

Properties

Name Type Description Notes
callingConvention String Calling convention. Omit when there is none to record. [optional]
parameters List<SignatureParameterInput> Parameters in argument order. An empty list records a function that takes no arguments.
returnDataTypeId Long Return type, which must belong to this analysis. Omit for an unresolved return type. [optional]