Skip to main content
API Reference NianticSpatial.NSDK.GeoUploader

UploadUrlResult

Contains the results of requesting a submission id and signed url for a file upload...

Declaration

public readonly struct UploadUrlResult : ValueType

Summary

Contains the results of requesting a submission id and signed url for a file upload The Request will have the signed url and submission id populated if the request was successful The Request will be null if the request failed


Constructors

public UploadUrlResult(UploadResult result, IFileUploadRequest request)

Fields

NameTypeSummary
RequestIFileUploadRequest
-
ResultUploadResult
-