Class User
User
Inherited Members
Namespace: Unity.Services.Apis.Friends
Assembly: solution.dll
Syntax
[Preserve]
public class User
Constructors
User(string)
Initializes a new instance of the User class.
Declaration
[Preserve]
public User(string id = null)
Parameters
Type | Name | Description |
---|---|---|
string | id | id (required). |
Properties
Id
Gets or Sets Id
Declaration
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |