# FeaturesResponseDTO **Type:** GraphQL objects **Description:** Response object representing a feature with full details ## Fields - createdOn (String): Creation date of the feature - description (String): Description of the feature - lastModifiedOn (String): Last modification date of the feature - name (String): Name of the feature - overrideProperties (OverrideProperties): Override properties for the feature - notice (String): Notice string to override the default value - serialNumber (String): Serial number to override the default value - vendorString (String): Vendor string to override the default value - state (String): Current state of the feature (DRAFT, DEPLOYED, OBSOLETE, INACTIVE) - version (String): Version of the feature - versionFormat (String): Version format (FIXED or DATEBASED)