AccountAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Attribute | String | The name of the attribute. | [required] | 
| OldValue | AccountAttributesChangedChangesInnerOldValue | [required] | |
| NewValue | AccountAttributesChangedChangesInnerNewValue | [required] | 
Examples
- Prepare the resource
 
$AccountAttributesChangedChangesInner = Initialize-BetaAccountAttributesChangedChangesInner  -Attribute sn `
 -OldValue null `
 -NewValue null
- Convert the resource to JSON
 
$AccountAttributesChangedChangesInner | ConvertTo-JSON