Class StateChange
A container object for state change attributes.
Inherited Members
Namespace: Oci.AuditService.Models
Assembly: OCI.DotNetSDK.Audit.dll
Syntax
public class StateChangeProperties
Current
Declaration
[JsonProperty(PropertyName = "current")]
public Dictionary<string, object> Current { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, 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
 | 
Previous
Declaration
[JsonProperty(PropertyName = "previous")]
public Dictionary<string, object> Previous { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, 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
 |