d6f6254a92
.NET Build and Publish / build (push) Has been cancelled
* add file import resource * disabled health check * re-enable healthcheck * git ignore volumes * disabled importer * start_period * Skipped broken tests * Verify tests * Fixed tests * reverted volumes path * Update docker-compose.yml
8 lines
154 B
C#
8 lines
154 B
C#
namespace Speckle.Sdk.Api.GraphQL.Models;
|
|
|
|
public sealed class FileUploadUrl
|
|
{
|
|
public Uri url { get; init; }
|
|
public string fileId { get; init; }
|
|
}
|