Class DeleteModelTask
public class DeleteModelTask : TaskBase<DeleteModelTask, bool>
- Inheritance
-
objectDeleteModelTask
- Inherited Members
Constructors
DeleteModelTask(Api, string)
public DeleteModelTask(Api api, string modelId)
Parameters
apiApimodelIdstring
Properties
Method
public override string Method { get; }
Property Value
- string
ModelId
public string ModelId { get; }
Property Value
- string
Methods
ExecuteAsyncINTERNAL()
protected override UniTask<bool> ExecuteAsyncINTERNAL()
Returns
- UniTask<bool>