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 93 of file ApexTypes.cs.

Member Function Documentation

◆ HasErrored()

bool PixoVR.Apex.GetUserModulesResponse.HasErrored ( )
inline

Implements PixoVR.Apex.IPlatformErrorable.

Definition at line 100 of file ApexTypes.cs.

◆ ParseData()

void PixoVR.Apex.GetUserModulesResponse.ParseData ( )
inline

Definition at line 105 of file ApexTypes.cs.

Member Data Documentation

◆ Data

JObject PixoVR.Apex.GetUserModulesResponse.Data

Definition at line 98 of file ApexTypes.cs.

◆ Error

string PixoVR.Apex.GetUserModulesResponse.Error

Definition at line 95 of file ApexTypes.cs.

◆ HttpCode

string PixoVR.Apex.GetUserModulesResponse.HttpCode

Definition at line 96 of file ApexTypes.cs.

◆ Message

string PixoVR.Apex.GetUserModulesResponse.Message

Definition at line 97 of file ApexTypes.cs.

◆ ParsedData

List<UserModulesData> PixoVR.Apex.GetUserModulesResponse.ParsedData

Definition at line 99 of file ApexTypes.cs.


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