Class RunScriptArguments
RunScriptArguments
Inherited Members
Namespace: Unity.Services.Apis.CloudCode
Assembly: solution.dll
Syntax
[Preserve]
public class RunScriptArguments
Constructors
RunScriptArguments(object)
Initializes a new instance of the RunScriptArguments class.
Declaration
[Preserve]
public RunScriptArguments(object _params = null)
Parameters
Type | Name | Description |
---|---|---|
object | _params | Object containing key-value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition. (required). |
Properties
Params
Object containing key-value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition.
Declaration
[Preserve]
public object Params { get; set; }
Property Value
Type | Description |
---|---|
object | Object containing key-value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition. |