Class UpdateNameRequest
UpdateNameRequest
Inherited Members
Namespace: Unity.Services.Apis.PlayerNames
Assembly: solution.dll
Syntax
[Preserve]
public class UpdateNameRequest
Constructors
UpdateNameRequest(string)
Initializes a new instance of the UpdateNameRequest class.
Declaration
[Preserve]
public UpdateNameRequest(string name = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | The player's updated name. (required). |
Properties
Name
The player's updated name.
Declaration
[Preserve]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The player's updated name. |