Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 460 Bytes

File metadata and controls

14 lines (7 loc) · 460 Bytes

BranchComparisonChange

A single resource change. from holds the state before the change (null when the resource was added). to holds the state after (null when the resource was deleted). Fields depend on the resource type.

Properties

Name Type Description Notes
from Map<String, Object> [optional]
to Map<String, Object> [optional]