Constructor: channelAdminLogEventActionChangeLocation
The geogroup location was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_value | ChannelLocation | Optional | Previous location |
new_value | ChannelLocation | Optional | New location |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeLocation = ['_' => 'channelAdminLogEventActionChangeLocation', 'prev_value' => ChannelLocation, 'new_value' => ChannelLocation];