ResourceCategorySnapshotStructure

Version #1

Description:

Represents an instantaneous state of the given resource category.
This includes a config for the whole category and all actual resources. In addition it contains all the converted files.

Fields:

  • config: Map<String, Unknown> [Optional]
    Default: null
    Description: Represents a global config for the given category. You can store here some project settings related to this category.
  • convertedFiles: Array< ConvertedFileStructure:v1 > [Optional]
    Description: Represents all the converted files not tied to any resource. This should contain only resource independent or multiple resource dependent files only. Eg: Helper classes for localization.
  • resources: Array< ResourceSnapshotStructure:v1 > [Optional]
    Default: null
    Description: Represents all the currently present resources.