Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Apex.GetUserModulesResponse Class ReferenceSerializable

[Serializable] More...

Inheritance diagram for PixoVR.Apex.GetUserModulesResponse:
[legend]

Public Member Functions

bool HasErrored ()
 
void ParseData ()
 

Public Attributes

JObject Data
 
string Error
 
string HttpCode
 
string Message
 
List< UserModulesDataParsedData
 

Detailed Description

[Serializable]

Definition at line 82 of file ApexTypes.cs.

Member Function Documentation

◆ HasErrored()

bool PixoVR.Apex.GetUserModulesResponse.HasErrored ( )
inline

Implements PixoVR.Apex.IPlatformErrorable.

Definition at line 89 of file ApexTypes.cs.

◆ ParseData()

void PixoVR.Apex.GetUserModulesResponse.ParseData ( )
inline

Definition at line 94 of file ApexTypes.cs.

Member Data Documentation

◆ Data

JObject PixoVR.Apex.GetUserModulesResponse.Data

Definition at line 87 of file ApexTypes.cs.

◆ Error

string PixoVR.Apex.GetUserModulesResponse.Error

Definition at line 84 of file ApexTypes.cs.

◆ HttpCode

string PixoVR.Apex.GetUserModulesResponse.HttpCode

Definition at line 85 of file ApexTypes.cs.

◆ Message

string PixoVR.Apex.GetUserModulesResponse.Message

Definition at line 86 of file ApexTypes.cs.

◆ ParsedData

List<UserModulesData> PixoVR.Apex.GetUserModulesResponse.ParsedData

Definition at line 88 of file ApexTypes.cs.


The documentation for this class was generated from the following file: