17 lines
350 B
C#
17 lines
350 B
C#
// Code generated by apigen. DO NOT EDIT.
|
|
using Newtonsoft.Json;
|
|
using Newtonsoft.Json.Linq;
|
|
using System.Collections.Generic;
|
|
|
|
namespace RudderSdk.Core.Models.Ugc;
|
|
|
|
public class GetUploadUrlResponse
|
|
{
|
|
[JsonProperty("fileKey")]
|
|
public string FileKey { get; set; }
|
|
|
|
[JsonProperty("uploadUrl")]
|
|
public string UploadUrl { get; set; }
|
|
|
|
}
|