Class GetSignedUrlRequest
Inheritance
GetSignedUrlRequest
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class GetSignedUrlRequest : FileRequest<GetSignedUrlRequest, SignedUrl>
Constructors
|
Edit this page
View Source
GetSignedUrlRequest(Api, string)
Declaration
public GetSignedUrlRequest(Api api, string fileId)
Parameters
Properties
|
Edit this page
View Source
FileId
Declaration
public string FileId { get; }
Property Value
|
Edit this page
View Source
RequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
ExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<SignedUrl> ExecuteAsyncInternal()
Returns
Overrides
Extension Methods