namespace Aip.Api.Service.Models.Response; public class ResponseInfo : ResponseBase { public bool isLabled { get; set; } public bool isProtected { get; set; } public DateTime creationTime { get; set; } public string owner { get; set; } = string.Empty; public string contentId { get; set; } = string.Empty; public string labelId { get; set; } = string.Empty; public string labelName { get; set; } = string.Empty; public string templateId { get; set; } = string.Empty; public string templateName { get; set; } = string.Empty; }