# CustomModuleUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**iconName** | **string** |  | [optional] [default to undefined]
**position** | [**CustomModulePosition**](CustomModulePosition.md) |  | [optional] [default to undefined]
**color** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { CustomModuleUpdateInputs } from '@connectedxm/admin-sdk';

const instance: CustomModuleUpdateInputs = {
    name,
    url,
    description,
    iconName,
    position,
    color,
    sortOrder,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
