Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 607 Bytes

File metadata and controls

12 lines (8 loc) · 607 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
var_from Dict[str, object] [optional]
to Dict[str, object] [optional]

[Back to Model list] [Back to API list] [Back to README]