2026-08-28 13:36:03 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type VerifyPlayerAuthResponse struct {
|
2026-09-06 22:25:32 +03:00
|
|
|
Environment EnvironmentName `json:"environment,omitempty"`
|
|
|
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
|
|
|
ProjectID string `json:"projectId,omitempty"`
|
|
|
|
|
Status string `json:"status,omitempty"`
|
2026-08-28 13:36:03 +03:00
|
|
|
}
|