> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/methodargument.md).

# MethodArgument

The MethodArgument model

| Field         | Type                                                           | Description           |
| ------------- | -------------------------------------------------------------- | --------------------- |
| `Type`        | ​`string`                                                      | Type of Method        |
| `Name`        | `string`                                                       | Name of Method        |
| `Annotations` | `List<`[`Annotation`](/netcs/api/basic-types/annotation.md)`>` | Annotations of Method |
