InvokableScriptsApi class

Constructors

InvokableScriptsApi(ApiClient apiClient)

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteScriptsID(String scriptID) Future<void>
Delete a script
deleteScriptsIDWithHttpInfo(String scriptID) Future<Response>
Delete a script
getScripts({int? limit, int? offset}) Future<Scripts>
List scripts
getScriptsID(String scriptID) Future<Script>
Retrieve a script
getScriptsIDWithHttpInfo(String scriptID) Future<Response>
Retrieve a script
getScriptsWithHttpInfo({int? limit, int? offset}) Future<Response>
List scripts
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchScriptsID(String scriptID, ScriptUpdateRequest scriptUpdateRequest) Future<Script>
Update a script
patchScriptsIDWithHttpInfo(String scriptID, ScriptUpdateRequest scriptUpdateRequest) Future<Response>
Update a script
postScripts(ScriptCreateRequest scriptCreateRequest) Future<Script>
Create a script
postScriptsIDInvoke(String scriptID, {ScriptInvocationParams? scriptInvocationParams}) Future<String>
Invoke a script
postScriptsIDInvokeWithHttpInfo(String scriptID, {ScriptInvocationParams? scriptInvocationParams}) Future<Response>
Invoke a script
postScriptsWithHttpInfo(ScriptCreateRequest scriptCreateRequest) Future<Response>
Create a script
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited