Namespace Unity.Services.Apis.Admin.CloudCode
Classes
BasicErrorResponse
Referenced from - https://tools.ietf.org/html/rfc7807#page-3
CloudCodeModulesAdminApi
Represents a collection of functions to interact with the API endpoints
CloudCodeScriptsAdminApi
Represents a collection of functions to interact with the API endpoints
CompilationErrorResponse
A compilation error from the execution backend. Describes the error and provides a stack trace. Can be caused by invalid syntax or invalid imports.
CompilationErrorResponseDetailsInner
CompilationErrorResponseDetailsInner
CreateModuleResponse
CreateModuleResponse
CreateScript400Response
CreateScript400Response
CreateScriptRequest
CreateScriptRequest
GetModuleResponse
GetModuleResponse
GetScriptResponse
GetScriptResponse
GetScriptResponseActiveScript
Information about the currently active version of the script.
GetScriptResponseVersionsInner
GetScriptResponseVersionsInner
ListModulesResponse
ListModulesResponse
ListScriptsResponse
ListScriptsResponse
ListScriptsResponseLinks
ListScriptsResponseLinks
ModuleMetadata
Module metadata
PublishScriptRequest
PublishScriptRequest
PublishScriptResponse
PublishScriptResponse
ScriptMetadata
Script metadata
ScriptParameter
Defines a parameter for a script.
UpdateModuleResponse
UpdateModuleResponse
UpdateScriptRequest
UpdateScriptRequest
ValidationErrorBody
An error contained within Validation Error Response.
ValidationErrorResponse
Validation error response when a value provided from the client does not pass validation on server.
WrapperCompilationErrorResponse
A compilation error from the execution backend. Can be caused by a missing CommonJS export of the script function.
WrapperCompilationErrorResponseDetailsInner
WrapperCompilationErrorResponseDetailsInner
Interfaces
ICloudCodeModulesAdminApi
Represents a collection of functions to interact with the API endpoints
ICloudCodeScriptsAdminApi
Represents a collection of functions to interact with the API endpoints
Enums
Language
The language of the script.
ScriptParameter.TypeEnum
The type of the parameter.
ScriptType
The type of the script.