> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BuildRegionStatusChangedEventPayload

> BuildRegionStatusChangedEventPayload data type.

## Properties

| Name               | Type                                                                          | Description                                     |
| :----------------- | :---------------------------------------------------------------------------- | :---------------------------------------------- |
| BuildId            | String                                                                        | The GUID string ID of the build.                |
| MinutesInOldStatus | double                                                                        | The duration (minutes) in the old build status. |
| NewStatus          | String                                                                        | The new build region status.                    |
| OldStatus          | String                                                                        | The old build region status.                    |
| Region             | [AzureRegion](/services/playfab/api-references/events/data-types/azureregion) | The build region.                               |


## Related topics

- [build_region_status_changed](/services/playfab/api-references/events/MultiplayerServers/build-region-status-changed.md)
- [BuildRegionUpdatedEventPayload](/services/playfab/api-references/events/data-types/buildregionupdatedeventpayload.md)
- [BuildRegionUtilizationEventPayload](/services/playfab/api-references/events/data-types/buildregionutilizationeventpayload.md)
- [ServerStateChangedEventPayload](/services/playfab/api-references/events/data-types/serverstatechangedeventpayload.md)
- [VmUnhealthyEventPayload](/services/playfab/api-references/events/data-types/vmunhealthyeventpayload.md)
