Class GetModelRequest
public class GetModelRequest : FluentApiRequest<GetModelRequest, IModelData>
- Inheritance
-
objectGetModelRequest
- Inherited Members
Constructors
GetModelRequest(Api, string)
public GetModelRequest(Api api, string modelId)
Parameters
apiApimodelIdstring
Properties
ModelId
public string ModelId { get; }
Property Value
- string
Type
public override FluentApiRequestType Type { get; }
Property Value
Methods
ExecuteAsyncInternal()
protected override UniTask<IModelData> ExecuteAsyncInternal()
Returns
- UniTask<IModelData>