# ListUserBadgesBadges ## Example Usage ```typescript import { ListUserBadgesBadges } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ListUserBadgesBadges = { allowTitle: false, badgeGroupingId: 612096, badgeTypeId: 222321, description: "Polarised fault-tolerant throughput", enabled: false, grantCount: 902599, icon: "", id: 681820, imageUrl: "", listable: false, manuallyGrantable: false, multipleGrant: false, name: "", slug: "", system: false, }; ``` ## Fields | Field | Type | Required | Description | | ------------------- | ------------------- | ------------------- | ------------------- | | `allowTitle` | *boolean* | :heavy_check_mark: | N/A | | `badgeGroupingId` | *number* | :heavy_check_mark: | N/A | | `badgeTypeId` | *number* | :heavy_check_mark: | N/A | | `description` | *string* | :heavy_check_mark: | N/A | | `enabled` | *boolean* | :heavy_check_mark: | N/A | | `grantCount` | *number* | :heavy_check_mark: | N/A | | `icon` | *string* | :heavy_check_mark: | N/A | | `id` | *number* | :heavy_check_mark: | N/A | | `imageUrl` | *string* | :heavy_check_mark: | N/A | | `listable` | *boolean* | :heavy_check_mark: | N/A | | `manuallyGrantable` | *boolean* | :heavy_check_mark: | N/A | | `multipleGrant` | *boolean* | :heavy_check_mark: | N/A | | `name` | *string* | :heavy_check_mark: | N/A | | `slug` | *string* | :heavy_check_mark: | N/A | | `system` | *boolean* | :heavy_check_mark: | N/A |