---
title: GameCenterMatchmakingTestRequestInlineCreate.Attributes
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/gamecentermatchmakingtestrequestinlinecreate/attributes-data.dictionary
---

# GameCenterMatchmakingTestRequestInlineCreate.Attributes

The attributes for a sample match request.

## Declaration

```data
object GameCenterMatchmakingTestRequestInlineCreate.Attributes
```

## Properties

appVersion: The app version of the game that makes the request. bundleId: The bundle ID of the game that makes the request. locale: The language and region that the player who initiates this match request uses. The default value is EN-US. location: The physical location where this request originates. The default value is 0, 0. maxPlayers: The maximum number of players that can join the match. This is the same value as the GKMatchRequest.maxPlayers property that you set when submitting a request from a native app. The default value is 16. minPlayers: The minimum number of players that can join the match. This is the same value as the GKMatchRequest.minPlayers property that you set when submitting a request from a native app. The default value is 2. platform: The platform of the game that makes the request. playerCount: The total number of players invited to join the match including the player who initiates the match request. requestName: A unique identifier for the request. secondsInQueue: The age of the request in seconds.

## See Also

### Objects

- [GameCenterMatchmakingTestRequestInlineCreate.Relationships](appstoreconnectapi/gamecentermatchmakingtestrequestinlinecreate/relationships-data.dictionary.md)
