Files
rudder-go-sdk/models/updateplayerrequest.go
T

11 lines
223 B
Go
Raw Normal View History

// Code generated by apigen. DO NOT EDIT.
package models
import "encoding/json"
type UpdatePlayerRequest struct {
Data json.RawMessage `json:"data,omitempty"`
Nickname string `json:"nickname,omitempty"`
}