Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace StateChange

A container object for state change attributes.

Properties

Optional current

current: undefined | object

Provides the current state of fields that may have changed during an operation. To determine how the current operation changed a resource, compare the information in this attribute to {@code previous}.

Optional previous

previous: undefined | object

Provides the previous state of fields that may have changed during an operation. To determine how the current operation changed a resource, compare the information in this attribute to {@code current}.

Functions

getDeserializedJsonObj

getJsonObj