# SuiteDTO **Type:** GraphQL objects **Description:** Complete suite details including products, part numbers, and attributes. ## Fields - createdOn (String): Creation date (ISO 8601 format) - description (String): Description of the suite - hostTypes (String): List of supported host types - licenseGenerator (String): License generator - licenseModels (LicenseModel): List of license models - issuer (String): Issuer associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - licenseModelName (String): License Model name - notice (String): Notice associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - serialNumber (String): Serial number associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - vendorString (String): Vendor string associated with the license model. This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product. Returns `null` if no relevant parent association exists - licenseTechnology (String): License technology - obsoleteFulfillmentDownloadEndUser (Boolean): Obsolete fulfillment download for end user - obsoleteFulfillmentDownloadProducer (Boolean): Obsolete fulfillment download for producer - packageName (String): Package name - packageVersion (String): Package version - packageVersionFormat (String): Package version format - partNumbers (String): List of part numbers associated with the suite - products (SuiteProductDTO): List of products in the suite - productName (String): Name of the product - quantity (Int): Quantity of the product - state (String): State of the product - version (String): Version of the product - state (String): State of the suite (e.g., DRAFT, DEPLOYED, OBSOLETE, INACTIVE) - suiteAttributes (JSON): Suite attributes (custom attributes) - suiteCategory (String): Suite category - suiteName (String): Name of the suite - updatedOn (String): Last modified date (ISO 8601 format) - usedOnDevice (Boolean): Indicates if suite is used on device - version (String): Version of the suite