LibraryApplicationResponse public class LibraryApplicationResponse : DisplayableObjectIdentifier Documentation public List<Action> Actions { get; set; } public DisplayableObjectIdentifier CreatedBy { get; set; } public DateTime CreatedOn { get; set; } public string FileName { get; set; } public bool IsGlobalApplication { get; set; } public DisplayableObjectIdentifier LastModifiedBy { get; set; } public DateTime LastModifiedOn { get; set; } public LicenseStatus License { get; set; } public LibraryApplicationRequiredFlag Required { get; set; } public string SchemaVersion { get; set; } public string TreeView { get; set; } public string UserFriendlyURL { get; set; } public string Version { get; set; } public LibraryApplicationResponse()