# SuiteResponseDTO **Type:** GraphQL objects **Description:** Response containing a single suite. ## Fields - suite (SuiteDTO): The suite data - 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 - 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 - 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