ResourceSnapshotStructure
Version #1
Description:
Represents a resource withing a category snapshot.
Fields:
- data: Map<String, Unknown> [Optional]
- Description: Additional data object attached to this resource.
 
- files: Array< ResourceFileSnapshotStructure:v1 > [Optional]
- Default: nullDescription: All the files (references) included in this resource.
 
- id: String [Optional]
- Default: nullDescription: The resource’s unique id.
 
- lastModified: Integer [Optional]
- Description: Defines when the last modification was applied to this resource. UTC milliseconds.
 
- lastModifier: String [Optional]
- Description: Defines which Respresso user requested the last applied changes to this resource. This is the users’s id.
 
- metadata: ResourceMetadataSnapshotStructure:v1 [Optional]
- Description: Additional metadata about the resource. Mainly used for storing information of the conversion outputs.