NinetyEight.NEGameProfileResponse

Class NEGameProfileResponse

Namespace: NinetyEight Assembly: APIReference.dll

User pet data response

[Serializable]
public class NEGameProfileResponse

Inheritance

object ← NEGameProfileResponse

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Fields

data

List user-owned pets, null if failed

public NEGameProfile? data

Field Value

NEGameProfile?

message

Response message

public string? message

Field Value

string?

status

Response status (usually this is http response status)

public int status

Field Value

int

Last updated