public void MergeFrom(ManagementReportingSvcHousekeeperManagementReportRequest other)
 {
     if (other == null)
     {
         return;
     }
     if (other.OnlyAttentionRooms != false)
     {
         OnlyAttentionRooms = other.OnlyAttentionRooms;
     }
     if (other.NoteSelection != 0)
     {
         NoteSelection = other.NoteSelection;
     }
 }
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    input.SkipLastField();
                    break;

                case 8: {
                    OnlyAttentionRooms = input.ReadBool();
                    break;
                }

                case 16: {
                    noteSelection_ = (global::HOLMS.Types.Reporting.RPC.ManagementReportingSvcNotesSelection)input.ReadEnum();
                    break;
                }
                }
            }
        }