ResourcePoolRequest public class ResourcePoolRequest : IHaveKeywordsAndNotes Documentation public Securable<ObjectIdentifier> Client { get; set; } public bool IsVisible { get; set; } public string Keywords { get; set; } public string Name { get; set; } public string Notes { get; set; } public ResourcePoolRequest()