namespace Znyc.CloudCar.Model.Dtos.Document { public class ImageOutput { public Credentials Credentials { get; set; } public string Expiration { get; set; } public int ExpiredTime { get; set; } public string RequestId { get; set; } public int StartTime { get; set; } } public class Credentials { public string TmpSecretId { get; set; } public string TmpSecretKey { get; set; } public string Token { get; set; } } }