PackageDetailsResponse public class PackageDetailsResponse Documentation public Guid ApplicationGUID { get; set; } public string FileName { get; set; } public bool IsGlobalApplication { get; set; } public string Name { get; set; } public Guid PackageGUID { get; set; } public string SchemaVersion { get; set; } public string TreeView { get; set; } public string UserFriendlyURL { get; set; } public string Version { get; set; } public PackageDetailsResponse()