Table of Contents

Class DeleteModelTask

Namespace
Glitch9.AIDevKit
public class DeleteModelTask : TaskBase<DeleteModelTask, bool>
Inheritance
object
DeleteModelTask
Inherited Members

Constructors

DeleteModelTask(Api, string)

public DeleteModelTask(Api api, string modelId)

Parameters

api Api
modelId string

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>