# NinetyEight.NEUserPetResponse

## Class NEUserPetResponse <a href="#ninetyeight_neuserpetresponse" id="ninetyeight_neuserpetresponse"></a>

Namespace: NinetyEight\
Assembly: APIReference.dll

User pet data response

```csharp
[Serializable]
public class NEUserPetResponse
```

**Inheritance**

[object](https://learn.microsoft.com/dotnet/api/system.object) ←NEUserPetResponse

**Inherited Members**

[object.Equals(object?)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),[object.Equals(object?, object?)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone),[object.ReferenceEquals(object?, object?)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

### Fields

#### data <a href="#ninetyeight_neuserpetresponse_data" id="ninetyeight_neuserpetresponse_data"></a>

List user owned pets, null if failed

```csharp
public NEUserPet[]? data
```

**Field Value**

NEUserPet\[]?

#### message <a href="#ninetyeight_neuserpetresponse_message" id="ninetyeight_neuserpetresponse_message"></a>

Response message

```csharp
public string? message
```

**Field Value**

[string](https://learn.microsoft.com/dotnet/api/system.string)?

#### status <a href="#ninetyeight_neuserpetresponse_status" id="ninetyeight_neuserpetresponse_status"></a>

Response status (usually this is http response status)

```csharp
public int status
```

**Field Value**

[int](https://learn.microsoft.com/dotnet/api/system.int32)
