namespace Bit.Api.AdminConsole.Public.Models.Request; public class UpdateMemberIdsRequestModel { /// /// The associated member ids that have access to this object. /// public IEnumerable MemberIds { get; set; } }