ResourceDiffDto
April 13, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sourceResource | JsonNullable<ResourceDiffDtoSourceResource> | :heavy_minus_sign: | Source resource information |
targetResource | JsonNullable<ResourceDiffDtoTargetResource> | :heavy_minus_sign: | Target resource information |
resourceType | ResourceTypeEnum | :heavy_check_mark: | Type of the layout |
action | DiffActionEnum | :heavy_check_mark: | Type of change |
diffs | Optional<Diffs> | :heavy_minus_sign: | Detailed changes (only for modified resources) |
stepType | Optional<String> | :heavy_minus_sign: | Step type (only for step resources) |
previousIndex | Optional<Double> | :heavy_minus_sign: | Previous index in steps array (for moved/deleted steps) |
newIndex | Optional<Double> | :heavy_minus_sign: | New index in steps array (for moved/added steps) |