NinetyEight.NEGameProfileResponse
Class NEGameProfileResponse
Namespace: NinetyEight Assembly: APIReference.dll
User pet data response
[Serializable]
public class NEGameProfileResponseInheritance
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? dataField Value
NEGameProfile?
message
Response message
public string? messageField Value
status
Response status (usually this is http response status)
public int statusField Value
Last updated