using System; namespace MediaBrowser.Model.SyncPlay { /// /// Class JoinGroupRequest. /// public class JoinGroupRequest { /// /// Gets or sets the group id. /// /// The id of the group to join. public Guid GroupId { get; set; } } }