using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Shared.Utils.Variables_Entorno { public class NexusApiUrl { public String ApiUrl { get; set; } public String ApiKey { get; set; } public String Version { get; set; } public String DataSource { get; set; } public String Resolution { get; set; } } }