public class GridMigrationStartedEvent extends Object implements Event
The example above details the complete Events API payload, including the event wrapper. The team_id indicates which workspace is migrating.
By also subscribing to the grid_migration_started event, you'll receive notice when the migration began.
It's best to cease API and platform operations for a workspace during migration. While duration varies workspace-to-workspace, expect an extended period of unavailability.
https://api.slack.com/events/grid_migration_started
| Constructor and Description |
|---|
GridMigrationStartedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEnterpriseId() |
String |
getType() |
int |
hashCode() |
void |
setEnterpriseId(String enterpriseId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.