nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame
220 Bytes
using Unity.Plastic.Newtonsoft.Json;
public class OrganizationCredentials
{
[JsonProperty("user")]
public string User { get; set; }
[JsonProperty("password")]
public string Password { get; set; }
}