A data type to create. kind selects the variant and so which definition the type must carry.
| Name | Type | Description | Notes |
|---|---|---|---|
| definition | FunctionTypeDefinition | ||
| kind | KindEnum | ||
| name | String | Type name. Unique within the analysis for a given namespace and kind. | |
| namespace | String | The scope qualifying the type name. Omit for a type of the binary's own. | [optional] |
| size | Long | Size in bytes. Omit when it is not known. | [optional] |
| Name | Value |
|---|---|
| UNKNOWN | "UNKNOWN" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |