using Alkami.Ops.SecretServer.SSWebService; namespace Alkami.Ops.SecretServer.Messages { /// /// Result message from a folder search request /// public class FolderSearchResult : MessageBase { /// /// The collection of folders returned from the request /// public Folder[] Folders { get; set; } } }