Class DeleteModelTask
Inheritance
object
DeleteModelTask
Assembly: .dll
Syntax
public class DeleteModelTask : TaskBase<DeleteModelTask, bool>
Constructors
DeleteModelTask(Api, string)
Declaration
public DeleteModelTask(Api api, string modelId)
Parameters
Type |
Name |
Description |
Api |
api |
|
string |
modelId |
|
Properties
Method
Declaration
public override string Method { get; }
Property Value
Overrides
ModelId
Declaration
public string ModelId { get; }
Property Value
Methods
ExecuteAsyncINTERNAL()
Declaration
protected override UniTask<bool> ExecuteAsyncINTERNAL()
Returns
Type |
Description |
UniTask<bool> |
|
Overrides